Close but no cigar :) ndef XP_OS2 to avoid the DBCSLeadByte, but we need to avoid the windows.h include as well
This commit is contained in:
mkaply%us.ibm.com 2000-08-26 03:28:27 +00:00
Родитель 490234ee27
Коммит b81540d3ab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -63,7 +63,7 @@ static void SwapSlashColon(char * s)
}
#endif
#ifdef XP_PC
#if defined(XP_PC) && !defined(XP_OS2)
#include <windows.h>
#endif