code cleanup, linux version number
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -1743,7 +1730,7 @@ void SetMouseY(int Y)
|
|||||||
void ZsnesPage()
|
void ZsnesPage()
|
||||||
{
|
{
|
||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
STUB_FUNCTION;
|
STUB_FUNCTION;
|
||||||
#else
|
#else
|
||||||
ShellExecute(NULL, NULL, "http://www.zsnes.com", NULL, NULL, 0);
|
ShellExecute(NULL, NULL, "http://www.zsnes.com", NULL, NULL, 0);
|
||||||
#endif // __LINUX__
|
#endif // __LINUX__
|
||||||
|
|||||||
Reference in New Issue
Block a user