Fixed build

svn path=/trunk/; revision=36201
This commit is contained in:
Pierre Schweitzer 2008-09-13 21:46:45 +00:00
parent b3bb873fd3
commit d9c404e865

View file

@ -1,14 +1,6 @@
#if !defined( RPC_NO_WINDOWS_H ) && !defined( MAC ) && !defined( _MAC )
# ifdef __WINESRC__
# ifndef RC_INVOKED
# include <stdarg.h>
# endif
# include <windef.h>
# include <winbase.h>
# else
# include <windows.h>
# endif
#include <windows.h>
#endif
#ifdef __GNUC__