diff --git a/harbour/contrib/hbw32/tests/testdll.prg b/harbour/contrib/hbw32/tests/testdll.prg index cbb638f822..eff1138e68 100644 --- a/harbour/contrib/hbw32/tests/testdll.prg +++ b/harbour/contrib/hbw32/tests/testdll.prg @@ -62,7 +62,7 @@ PROCEDURE Main() ? cData DllUnload( hDLL ) - DllCall( "user32.dll", NIL, "MessageBoxA", 0, "Hello world!", "Harbour sez", hb_bitOr( MB_OK, MB_ICONHAND ) ) + ? "MsgBox:", DllCall( "user32.dll", NIL, "MessageBoxA", 0, "Hello world!", "Harbour sez", hb_bitOr( MB_OK, MB_ICONEXCLAMATION, MB_OKCANCEL, MB_HELP ) ) IF File( "libcurl.dll" ) hDLL := DllLoad( "libcurl.dll" )