Commit d599c5a9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Wrappers must always be compiled in STRICT mode.

parent 53050d79
......@@ -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>
......
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