Ejemplo n.º 1
0
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow)
{
//	CInterpretedOpcodes* InterpretedOps = new CInterpretedOpcodes;
	
	aWinMain(hInstance, hPrevInstance, lpszCmdLine, nCmdShow);
}
Ejemplo n.º 2
0
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow)
{

	aWinMain(hInstance, hPrevInstance, lpszCmdLine, nCmdShow);
}