mirror of
https://github.com/Team-Resurgent/xbmc4xbox-redux.git
synced 2026-08-15 20:18:49 -07:00
6 lines
137 B
C
Executable File
6 lines
137 B
C
Executable File
#include <windows.h>
|
|
int __stdcall
|
|
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
|
{
|
|
return 0;
|
|
} |