Dummy commit.
This commit is contained in:
parent
005aeb38e8
commit
698480e185
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user