os2
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2389
This commit is contained in:
parent
ebc9c2c381
commit
a573488619
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue