Updated the #include directives to match the latest Windows SDK and to
authorFrancois Gouget <fgouget@free.fr>
Fri, 13 Dec 2002 00:32:56 +0000 (00:32 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 Dec 2002 00:32:56 +0000 (00:32 +0000)
include our new headers.

include/rpc.h
include/windows.h

index 60d1b05..6bc48f0 100644 (file)
@@ -64,7 +64,7 @@ RPC_STATUS RPC_ENTRY UuidCreate(UUID *Uuid);
 #include "rpcdce.h"
 /* #include "rpcnsi.h" */
 #include "rpcnterr.h"
-/* #include "excpt.h" */
+#include "excpt.h"
 #include "winerror.h"
 
 #endif /*__WINE_RPC_H */
index 4862c1e..54b1024 100644 (file)
 #include "dlgs.h"
 #include "lzexpand.h"
 #include "mmsystem.h"
-/* #include "nb30.h" */
+#include "nb30.h"
 #include "rpc.h"
 #include "shellapi.h"
 /* #include "winperf.h" */
 
 #ifndef WINE_NOWINSOCK
 #include "winsock2.h"
-/* #include "mswsock.h" */
 #endif /* WINE_NOWINSOCK */
 
 #ifndef NOCRYPT
 #include "wincrypt.h"
+/* #include "winefs.h" */
+/* #include "winscard.h" */
 #endif /* !NOCRYPT */
 
 #ifndef NOGDI
-#include "commdlg.h"
 #include "winspool.h"
 #ifdef INC_OLE1
 #include "ole.h"
 #else
 #include "ole2.h"
 #endif
+#include "commdlg.h"
 #endif /* !NOGDI */
 
 #endif /* !WIN32_LEAN_AND_MEAN */
 
+/* #include "stralign.h" */
+
 #ifdef INC_OLE2
 #include "ole2.h"
 #endif /* INC_OLE2 */