pulling in some simple code fixes suggested towards XCode 4.2 support

This commit is contained in:
Timothee 'TTimo' Besset
2011-12-10 18:27:30 -06:00
parent f1f80640fb
commit 7db8be7917
7 changed files with 11 additions and 13 deletions

View File

@@ -126,10 +126,6 @@ If you have questions concerning this license or the applicable additional terms
#endif
#ifndef ID_ALLOW_D3XP
# if defined( MACOS_X )
# define ID_ALLOW_D3XP 0
# else
# define ID_ALLOW_D3XP 1
# endif
# define ID_ALLOW_D3XP 1
#endif