Module: wine Branch: master Commit: 6c940b9b49c7d2755b85c0fe265ec30aec1cf9a2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6c940b9b49c7d2755b85c0fe26...
Author: James Hawkins truiken@gmail.com Date: Thu Jul 12 20:06:11 2007 -0700
msi: Fix compilation in MSVC.
---
dlls/msi/tests/source.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/msi/tests/source.c b/dlls/msi/tests/source.c index e67bae8..cd9d1c6 100644 --- a/dlls/msi/tests/source.c +++ b/dlls/msi/tests/source.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>