Module: wine Branch: master Commit: a99299126253d98f3ada1224e8899287acbddefa URL: http://source.winehq.org/git/wine.git/?a=commit;h=a99299126253d98f3ada1224e8...
Author: James Hawkins truiken@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>