msi: assert.h is not a local header (spotted by winapi_check).
This commit is contained in:
parent
49ad2b10c1
commit
6a385ae273
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
|
||||
#define COBJMACROS
|
||||
#define NONAMELESSUNION
|
||||
|
@ -34,7 +35,6 @@
|
|||
#include "winnls.h"
|
||||
#include "msipriv.h"
|
||||
#include "query.h"
|
||||
#include "assert.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
|
|
Loading…
Reference in New Issue