1
0
Fork 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2389
This commit is contained in:
Peter Veenstra 2005-11-24 18:14:08 +00:00
parent ebc9c2c381
commit a573488619

View file

@ -166,7 +166,7 @@ int CDROM_GetMountType(char* path, int forceCD)
const char* cdName;
char buffer[512];
strcpy(buffer,path);
#if defined (WIN32)
#if defined (WIN32) || defined(OS2)
upcase(buffer);
#endif