mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
6 lines
155 B
D
6 lines
155 B
D
import core.sys.windows.windef;
|
|
extern(Windows)
|
|
int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int iCmdShow)
|
|
{
|
|
return 0;
|
|
}
|