mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
Don't redefine WINAPI. Spotted by Travis Snoozy <ai2097@yahoo.com>
svn path=/trunk/; revision=9520
This commit is contained in:
parent
942d157b7a
commit
137743321e
1 changed files with 0 additions and 5 deletions
|
@ -10,11 +10,6 @@
|
|||
#include <tchar.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#undef WINAPI
|
||||
#define WINAPI
|
||||
#endif
|
||||
|
||||
#include <iptypes.h>
|
||||
#include <ipexport.h>
|
||||
#include <iphlpapi.h>
|
||||
|
|
Loading…
Reference in a new issue