Dummy commit.

This commit is contained in:
LoRd_MuldeR 2011-03-05 03:51:12 +01:00
parent 005aeb38e8
commit 698480e185

View File

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