You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/scorched3d/files/scorched3d-44-odbc.patch

17 lines
503 B

When x11-libs/wxGTK is built with the odbc use flag, scorched3d fails to build.
bug #285384 - patch from Bob Johnson
--- scorched/src/common/porting/windows.h
+++ fix_scorched/src/common/porting/windows.h
@@ -11,8 +11,8 @@
typedef char * LPSTR;
typedef const char * LPCTSTR;
-typedef unsigned int DWORD;
-typedef unsigned int * LPDWORD;
+typedef unsigned long DWORD;
+typedef DWORD * LPDWORD;
typedef unsigned char * LPBYTE;
typedef int INT;
typedef long LONG;