Commit 6a385ae2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msi: assert.h is not a local header (spotted by winapi_check).

parent 49ad2b10
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
*/ */
#include <stdarg.h> #include <stdarg.h>
#include <assert.h>
#define COBJMACROS #define COBJMACROS
#define NONAMELESSUNION #define NONAMELESSUNION
...@@ -34,7 +35,6 @@ ...@@ -34,7 +35,6 @@
#include "winnls.h" #include "winnls.h"
#include "msipriv.h" #include "msipriv.h"
#include "query.h" #include "query.h"
#include "assert.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "wine/unicode.h" #include "wine/unicode.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment