Commit 3efc0fbf authored by Alexandre Julliard's avatar Alexandre Julliard

winecrt0: Don't build with WINE_UNIX_LIB.

These files end up in a .exe.so module, not in a real Unix library.
parent 053ee2d2
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
#pragma makedep unix #pragma makedep unix
#endif #endif
/* this is actually part of a static lib linked into a .exe.so module, not a real Unix library */
#undef WINE_UNIX_LIB
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
......
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
#pragma makedep unix #pragma makedep unix
#endif #endif
/* this is actually part of a static lib linked into a .exe.so module, not a real Unix library */
#undef WINE_UNIX_LIB
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
......
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
#pragma makedep unix #pragma makedep unix
#endif #endif
/* this is actually part of a static lib linked into a .exe.so module, not a real Unix library */
#undef WINE_UNIX_LIB
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
......
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
#pragma makedep unix #pragma makedep unix
#endif #endif
/* this is actually part of a static lib linked into a .exe.so module, not a real Unix library */
#undef WINE_UNIX_LIB
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.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