James Hawkins : msi: Define _WIN32_MSI to pull in new definitions.

Alexandre Julliard julliard at winehq.org
Fri Oct 26 08:34:46 CDT 2007


Module: wine
Branch: master
Commit: a99299126253d98f3ada1224e8899287acbddefa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a99299126253d98f3ada1224e8899287acbddefa

Author: James Hawkins <truiken at gmail.com>
Date:   Thu Oct 25 15:27:36 2007 -0500

msi: Define _WIN32_MSI to pull in new definitions.

---

 dlls/msi/tests/msi.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/tests/msi.c b/dlls/msi/tests/msi.c
index 35618e4..043560e 100644
--- a/dlls/msi/tests/msi.c
+++ b/dlls/msi/tests/msi.c
@@ -18,6 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#define _WIN32_MSI 300
+
 #include <stdio.h>
 #include <windows.h>
 #include <msi.h>




More information about the wine-cvs mailing list