Wrappers must always be compiled in STRICT mode.

This commit is contained in:
Francois Gouget 2001-10-08 20:30:18 +00:00 committed by Alexandre Julliard
parent 53050d79c1
commit d599c5a9b5
1 changed files with 4 additions and 0 deletions

View File

@ -3062,6 +3062,10 @@ dummy:
* Copyright 2000 Francois Gouget <fgouget@codeweavers.com> for CodeWeavers
*/
#ifndef STRICT
#define STRICT
#endif
#include <dlfcn.h>
#include <windows.h>