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

Francois Gouget fgouget at free.fr
Sun Nov 12 12:43:16 CST 2006


---
 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..a3b61c6 100644
--- a/dlls/msi/table.c
+++ b/dlls/msi/table.c
@@ -34,7 +34,7 @@ #include "objidl.h"
 #include "winnls.h"
 #include "msipriv.h"
 #include "query.h"
-#include "assert.h"
+#include <assert.h>
 
 #include "wine/debug.h"
 #include "wine/unicode.h"
-- 
1.4.1.1




More information about the wine-patches mailing list