[STLPORT]

- Revert r54088
[GLU32]
- Do not use stlport headers with MSVC, as they are broken. Should really fix MSVC build

svn path=/trunk/; revision=54092
This commit is contained in:
Thomas Faber 2011-10-12 11:49:25 +00:00
parent bdd81004f4
commit 0f71d87a65
2 changed files with 3 additions and 5 deletions

View file

@ -1,5 +1,7 @@
set_cpp()
if(NOT MSVC)
set_cpp()
endif()
add_definitions(
-DRESOLVE_3D_TEXTURE_SUPPORT

View file

@ -99,10 +99,6 @@ extern "C" {
# if !defined(WIN32_NO_STATUS)
# define WIN32_NO_STATUS
# endif
/* Don't let windows.h define its min and max macros. */
# if !defined (NOMINMAX)
# define NOMINMAX
# endif
# include <windef.h>
#ifndef InterlockedIncrement