msi: Define _WIN32_MSI to pull in new definitions.

This commit is contained in:
James Hawkins 2007-10-25 15:27:36 -05:00 committed by Alexandre Julliard
parent e6b658c4bf
commit a992991262
1 changed files with 2 additions and 0 deletions

View 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>