[PATCH 3/4] d3dxof: Include wine/port.h in parsing.c

Stefan Dösinger stefan at codeweavers.com
Mon Mar 31 04:44:56 CDT 2014


For strcasecmp.
---
 dlls/d3dxof/parsing.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/d3dxof/parsing.c b/dlls/d3dxof/parsing.c
index d10eb24..769e815 100644
--- a/dlls/d3dxof/parsing.c
+++ b/dlls/d3dxof/parsing.c
@@ -19,6 +19,7 @@
  */
 
 #include "config.h"
+#include "wine/port.h"
 #include "wine/debug.h"
 
 #define COBJMACROS
-- 
1.8.3.2




More information about the wine-patches mailing list