Simple MAPI change.

Jussi Jumppanen jussij at zeusedit.com
Mon Nov 12 21:11:15 CST 2001


Changelog:

  Jussi Jumppanen <jussij at zeusedit.com>

* include/mapi.h

  Added include of mapidefs.h to allow windows code to clean compile
using WineLib.

-------------- next part --------------
--- mapi.h	Tue Nov 13 12:45:34 2001
+++ ..\new\mapi.h	Tue Nov 13 12:05:10 2001
@@ -5,6 +5,11 @@
 extern "C" {
 #endif
 
+/* When using the Windows SDK most programs will include the mapi.h
+   and in the maze of SDK include files the mapidefs does eventaully
+   get included */
+#include <mapidefs.h>
+
 /* Some types */
 
 typedef unsigned char*          LPBYTE;


More information about the wine-patches mailing list