Updated the #include directives to match the latest Windows SDK and to

include our new headers.
This commit is contained in:
Francois Gouget 2002-12-13 00:32:56 +00:00 committed by Alexandre Julliard
parent 553dded48a
commit 8e84fedab6
2 changed files with 7 additions and 4 deletions

View file

@ -64,7 +64,7 @@ RPC_STATUS RPC_ENTRY UuidCreate(UUID *Uuid);
#include "rpcdce.h" #include "rpcdce.h"
/* #include "rpcnsi.h" */ /* #include "rpcnsi.h" */
#include "rpcnterr.h" #include "rpcnterr.h"
/* #include "excpt.h" */ #include "excpt.h"
#include "winerror.h" #include "winerror.h"
#endif /*__WINE_RPC_H */ #endif /*__WINE_RPC_H */

View file

@ -53,32 +53,35 @@
#include "dlgs.h" #include "dlgs.h"
#include "lzexpand.h" #include "lzexpand.h"
#include "mmsystem.h" #include "mmsystem.h"
/* #include "nb30.h" */ #include "nb30.h"
#include "rpc.h" #include "rpc.h"
#include "shellapi.h" #include "shellapi.h"
/* #include "winperf.h" */ /* #include "winperf.h" */
#ifndef WINE_NOWINSOCK #ifndef WINE_NOWINSOCK
#include "winsock2.h" #include "winsock2.h"
/* #include "mswsock.h" */
#endif /* WINE_NOWINSOCK */ #endif /* WINE_NOWINSOCK */
#ifndef NOCRYPT #ifndef NOCRYPT
#include "wincrypt.h" #include "wincrypt.h"
/* #include "winefs.h" */
/* #include "winscard.h" */
#endif /* !NOCRYPT */ #endif /* !NOCRYPT */
#ifndef NOGDI #ifndef NOGDI
#include "commdlg.h"
#include "winspool.h" #include "winspool.h"
#ifdef INC_OLE1 #ifdef INC_OLE1
#include "ole.h" #include "ole.h"
#else #else
#include "ole2.h" #include "ole2.h"
#endif #endif
#include "commdlg.h"
#endif /* !NOGDI */ #endif /* !NOGDI */
#endif /* !WIN32_LEAN_AND_MEAN */ #endif /* !WIN32_LEAN_AND_MEAN */
/* #include "stralign.h" */
#ifdef INC_OLE2 #ifdef INC_OLE2
#include "ole2.h" #include "ole2.h"
#endif /* INC_OLE2 */ #endif /* INC_OLE2 */