gencpp/project/auxillary/vis_ast/code/platform/win32/launch.cpp

9 lines
177 B
C++
Raw Normal View History

#if INTELLISENSE_DIRECTIVES
#include "win32.hpp"
#endif
int __stdcall WinMain( HINSTANCE instance, HINSTANCE prev_instance, char* commandline, int num_cmd_show)
{
return 0;
}