Delay import of user32 to allow debugging crashes in user init code.
[wine/multimedia.git] / libtest / hello2.c
blob166eec4daa7a849e386f11ac8bea93821ae04423
1 #include "windows.h"
3 int PASCAL WinMain (HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
5 return MessageBox((HWND)0,
6 (LPSTR)"Hello, hello!",
7 (LPSTR)"Hello Wine Application",
8 (MB_OK | MB_ICONEXCLAMATION));