code cleanup, linux version number

This commit is contained in:
theoddone33
2001-04-30 03:58:43 +00:00
parent 569624f3d8
commit 2040b7fe65
2 changed files with 5 additions and 14 deletions

View File

@@ -4813,7 +4813,11 @@ GUIGUIAboutText4 db ' _DEMO_',0
GUIGUIAboutText5 db 'ASSISTANT CODERS : ',0 GUIGUIAboutText5 db 'ASSISTANT CODERS : ',0
GUIGUIAboutText6 db ' PHAROS',0 GUIGUIAboutText6 db ' PHAROS',0
GUIGUIAboutText6b db ' TEUF',0 GUIGUIAboutText6b db ' TEUF',0
%ifdef __LINUX__
GUIGUIAboutText7 db 'LINUX PORT V0.13',0
%else
GUIGUIAboutText7 db 'WIN PORT V0.88',0 GUIGUIAboutText7 db 'WIN PORT V0.88',0
%endif
GUIGUIAboutText8 db 'HOMEPAGE',0 GUIGUIAboutText8 db 'HOMEPAGE',0
DisplayGUIMovies: DisplayGUIMovies:

View File

@@ -1,21 +1,8 @@
#ifdef __LINUX__ // AH
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <time.h> #include <time.h>
#include "SDL.h" #include "SDL.h"
#else // __WIN32__
#include <windows.h>
#include <stdio.h>
#include <ddraw.h>
#include <initguid.h>
#include <mmsystem.h>
#include <math.h>
#include <dsound.h>
#include <dinput.h>
#include <winuser.h>
#include "resource.h"
#endif // __LINUX__
#define BYTE unsigned char #define BYTE unsigned char
#define WORD unsigned short #define WORD unsigned short