Added win32 ifdefs

This commit is contained in:
pagefault
2001-04-25 21:48:32 +00:00
parent 73b40113dd
commit d0ee20b0ee
2 changed files with 8 additions and 12 deletions

View File

@@ -1993,7 +1993,7 @@ DisplayGUIOptionClick:
je near .win32config
GUIClickCButton 11,76,byte[SidewinderFix]
.win32config
%ifndef __LINUX__
%ifdef __WIN32__
GUIClickCButton 11,76,byte[HighPriority]
%endif
GUIClickCButton 11,86,byte[FPSAtStart]
@@ -2115,7 +2115,7 @@ DisplayGUISoundClick:
je near .win32sound
GUIClickCButton 11,121,byte[Surround]
.win32sound
%ifndef __LINUX__
%ifdef __WIN32__
GUIClickCButton 11,121,byte[LargeSoundBuf]
%endif
GUIClickCButton 11,131,byte[InterSound]