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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 13 06:34:58 CST 2006


Module: wine
Branch: master
Commit: 6a385ae273e7f5f2695e003e7e38a702b8b1676f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6a385ae273e7f5f2695e003e7e38a702b8b1676f

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Nov 12 19:43:16 2006 +0100

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

---

 dlls/msi/table.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/table.c b/dlls/msi/table.c
index c66048a..014c453 100644
--- a/dlls/msi/table.c
+++ b/dlls/msi/table.c
@@ -19,6 +19,7 @@
  */
 
 #include <stdarg.h>
+#include <assert.h>
 
 #define COBJMACROS
 #define NONAMELESSUNION
@@ -34,7 +35,6 @@ #include "objidl.h"
 #include "winnls.h"
 #include "msipriv.h"
 #include "query.h"
-#include "assert.h"
 
 #include "wine/debug.h"
 #include "wine/unicode.h"




More information about the wine-cvs mailing list