diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-16 17:37:30 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-06-16 17:37:30 +0000 |
commit | 6d681557261abee48b1754822bf2455db7bcded9 (patch) | |
tree | 1f11536af63d7e364bd24d183114ba24758f5ebe /sal | |
parent | 1710257aae23d0444b99b4598d1b35dde0cd5348 (diff) |
CWS-TOOLING: integrate CWS mingwport20
2009-06-13 05:03:46 +0200 tono r272946 : i102723: Set WINVER abd _WIN32_IE to 0x500 in mingw build
Diffstat (limited to 'sal')
-rw-r--r-- | sal/systools/win32/uwinapi/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/systools/win32/uwinapi/makefile.mk b/sal/systools/win32/uwinapi/makefile.mk index 1e6c419a0c92..e2a91cf3fd03 100644 --- a/sal/systools/win32/uwinapi/makefile.mk +++ b/sal/systools/win32/uwinapi/makefile.mk @@ -48,7 +48,6 @@ CXXFLAGS+= $(LFS_CFLAGS) .IF "$(GUI)"=="WNT" .IF "$(COM)"=="GCC" -CDEFS+=-UWINVER -DWINVER=0x0500 CFLAGSCXX+=-Wno-unused-parameter -Wno-return-type .ENDIF |