From a99299126253d98f3ada1224e8899287acbddefa Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Thu, 25 Oct 2007 15:27:36 -0500 Subject: [PATCH] msi: Define _WIN32_MSI to pull in new definitions. --- dlls/msi/tests/msi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/msi/tests/msi.c b/dlls/msi/tests/msi.c index 35618e4d95e..043560e3724 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 #include #include