mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[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:
@@ -1,5 +1,7 @@
|
||||
|
||||
set_cpp()
|
||||
if(NOT MSVC)
|
||||
set_cpp()
|
||||
endif()
|
||||
|
||||
add_definitions(
|
||||
-DRESOLVE_3D_TEXTURE_SUPPORT
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user