mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-13 20:24:52 -08:00
9 lines
177 B
C++
9 lines
177 B
C++
#if INTELLISENSE_DIRECTIVES
|
|
#include "win32.hpp"
|
|
#endif
|
|
|
|
int __stdcall WinMain( HINSTANCE instance, HINSTANCE prev_instance, char* commandline, int num_cmd_show)
|
|
{
|
|
return 0;
|
|
}
|