moved the include of windows.h inside of an XP_PC ifdef...

This commit is contained in:
rpotts 1998-04-30 17:52:15 +00:00
Родитель 31634b6c93
Коммит 40ad882a23
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -18,7 +18,10 @@
#include <stdio.h>
#include <assert.h>
#ifdef XP_PC
#include <windows.h>
#endif
#include "plstr.h"