moved the include of windows.h inside of an XP_PC ifdef...
This commit is contained in:
Родитель
31634b6c93
Коммит
40ad882a23
|
@ -18,7 +18,10 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef XP_PC
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "plstr.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче