msi: Define _WIN32_MSI to pull in new definitions.
This commit is contained in:
parent
e6b658c4bf
commit
a992991262
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue