Header updates

Francois Gouget fgouget at free.fr
Thu Dec 12 13:53:08 CST 2002


Changelog:

 * include/rpc.h,
   include/windows.h

   Updated the #include directives to match the latest Windows SDK and
to include our new headers


Index: include/rpc.h
===================================================================
RCS file: /home/wine/wine/include/rpc.h,v
retrieving revision 1.10
diff -u -r1.10 rpc.h
--- include/rpc.h	31 Oct 2002 22:04:33 -0000	1.10
+++ include/rpc.h	12 Dec 2002 19:39:04 -0000
@@ -64,7 +64,7 @@
 #include "rpcdce.h"
 /* #include "rpcnsi.h" */
 #include "rpcnterr.h"
-/* #include "excpt.h" */
+#include "msvcrt/excpt.h"
 #include "winerror.h"

 #endif /*__WINE_RPC_H */
Index: include/windows.h
===================================================================
RCS file: /home/wine/wine/include/windows.h,v
retrieving revision 1.55
diff -u -r1.55 windows.h
--- include/windows.h	23 Oct 2002 20:16:23 -0000	1.55
+++ include/windows.h	12 Dec 2002 19:39:04 -0000
@@ -53,31 +53,34 @@
 #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"


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  A black hole is just God dividing by zero.




More information about the wine-patches mailing list