unneeded high-level dependency: main() is a very standard function

This commit is contained in:
Glenn Maynard
2005-12-21 06:13:20 +00:00
parent 08376fc0f1
commit 7ac1862281
+1 -1
View File
@@ -3,7 +3,6 @@
#ifdef _WINDOWS #ifdef _WINDOWS
# include <windows.h> # include <windows.h>
#endif #endif
#include "StepMania.h"
#if defined(WINDOWS) #if defined(WINDOWS)
/* Ugh. Windows doesn't give us the argv[] parser; all it gives is CommandLineToArgvW, /* Ugh. Windows doesn't give us the argv[] parser; all it gives is CommandLineToArgvW,
@@ -52,6 +51,7 @@ int GetWin32CmdLine( char** &argv )
return argc; return argc;
} }
int main( int argc, char* argv[] );
int __stdcall WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, char *pCmdLine, int nCmdShow ) int __stdcall WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, char *pCmdLine, int nCmdShow )
{ {
char **argv; char **argv;