mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Move WinMain entry point to a separate source file.
This commit is contained in:
@@ -314,11 +314,3 @@ int main( int argc, char** argv )
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <stdlib.h>
|
||||
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmd, int nCmd )
|
||||
{
|
||||
return main( __argc, __argv );
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user