Wrappers must always be compiled in STRICT mode.
This commit is contained in:
parent
53050d79c1
commit
d599c5a9b5
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue