1
0
Fork 0

#else if -> #elif

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@750
This commit is contained in:
Peter Veenstra 2003-03-12 12:50:17 +00:00
parent 2d1f80ab1d
commit d7066655bc

View file

@ -246,7 +246,7 @@ int CDROM_GetMountType(char* path)
return 2;
};
#else #if defined (WIN32)
#elif defined (WIN32)
// *****************************************************************