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
GUIGUIAboutText6 db ' PHAROS',0
GUIGUIAboutText6b db ' TEUF',0
%ifdef __LINUX__
GUIGUIAboutText7 db 'LINUX PORT V0.13',0
%else
GUIGUIAboutText7 db 'WIN PORT V0.88',0
%endif
GUIGUIAboutText8 db 'HOMEPAGE',0
DisplayGUIMovies:

View File

@@ -1,21 +1,8 @@
#ifdef __LINUX__ // AH
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <time.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 WORD unsigned short
@@ -1743,7 +1730,7 @@ void SetMouseY(int Y)
void ZsnesPage()
{
#ifdef __LINUX__
STUB_FUNCTION;
STUB_FUNCTION;
#else
ShellExecute(NULL, NULL, "http://www.zsnes.com", NULL, NULL, 0);
#endif // __LINUX__