8 lines
93 B
C
8 lines
93 B
C
|
#include "windows.h"
|
||
|
|
||
|
int
|
||
|
WinMain( HINSTANCE x, HINSTANCE y, LPSTR z, int a )
|
||
|
{
|
||
|
return(0);
|
||
|
}
|