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 @@
*/
#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"
......
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