minor to test prg

This commit is contained in:
Viktor Szakats
2008-06-10 20:00:47 +00:00
parent 4a464c39cc
commit a80f8fb123

View File

@@ -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" )