projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b658c
)
msi: Define _WIN32_MSI to pull in new definitions.
author
James Hawkins
<truiken@gmail.com>
Thu, 25 Oct 2007 20:27:36 +0000
(15:27 -0500)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 26 Oct 2007 12:03:47 +0000
(14:03 +0200)
dlls/msi/tests/msi.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msi/tests/msi.c
b/dlls/msi/tests/msi.c
index
35618e4
..
043560e
100644
(file)
--- 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>