Dummy commit.

This commit is contained in:
LoRd_MuldeR 2011-03-05 03:01:36 +01:00
parent 3f718caa2d
commit f0a7686b72

View File

@ -214,6 +214,6 @@ extern "C"
void __declspec(dllexport) __stdcall Test(HWND hwnd, HINSTANCE hinst, LPSTR lpszCmdLine, int nCmdShow)
{
OutputDebugStringA(lpszCmdLine);
MessageBoxA(0, lpszCmdLine, "LameXP is here!", MB_ICONINFORMATION);
MessageBoxA(0, lpszCmdLine, "LameXP is here !", MB_ICONINFORMATION);
}
}