msi: Define _WIN32_MSI to pull in new definitions.
authorJames Hawkins <truiken@gmail.com>
Thu, 25 Oct 2007 20:27:36 +0000 (15:27 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 26 Oct 2007 12:03:47 +0000 (14:03 +0200)
dlls/msi/tests/msi.c

index 35618e4..043560e 100644 (file)
@@ -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>