Alexandre Julliard : Avoid using wine/port.h in static libraries.

Alexandre Julliard julliard at winehq.org
Mon Jan 25 11:21:01 CST 2010


Module: wine
Branch: master
Commit: 62e0de5f738a2eb695dffcd5d98eea54b459eff8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=62e0de5f738a2eb695dffcd5d98eea54b459eff8

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Jan 23 20:51:27 2010 +0100

Avoid using wine/port.h in static libraries.

---

 dlls/dxerr8/dxerr8.c |    1 -
 dlls/dxerr9/dxerr9.c |    1 -
 dlls/winecrt0/stub.c |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/dxerr8/dxerr8.c b/dlls/dxerr8/dxerr8.c
index 534f632..e42ee00 100644
--- a/dlls/dxerr8/dxerr8.c
+++ b/dlls/dxerr8/dxerr8.c
@@ -19,7 +19,6 @@
  */
 
 #include "config.h"
-#include "wine/port.h"
 
 #include <stdarg.h>
 #include <stdio.h>
diff --git a/dlls/dxerr9/dxerr9.c b/dlls/dxerr9/dxerr9.c
index 7eabff1..c65f48e 100644
--- a/dlls/dxerr9/dxerr9.c
+++ b/dlls/dxerr9/dxerr9.c
@@ -19,7 +19,6 @@
  */
 
 #include "config.h"
-#include "wine/port.h"
 
 #include <stdarg.h>
 #include <stdio.h>
diff --git a/dlls/winecrt0/stub.c b/dlls/winecrt0/stub.c
index 5f52d46..913181a 100644
--- a/dlls/winecrt0/stub.c
+++ b/dlls/winecrt0/stub.c
@@ -19,7 +19,6 @@
  */
 
 #include "config.h"
-#include "wine/port.h"
 
 #include <stdarg.h>
 #include "windef.h"




More information about the wine-cvs mailing list