tpl/tests/test1-mingw.c
2013-03-12 16:38:58 -04:00

13 lines
274 B
C

#include <windows.h>
#include "tpl.h"
int WINAPI WinMain (HINSTANCE hInstance,
HINSTANCE hPrevInstance,
PSTR szCmdLine,
int iCmdShow)
{
MessageBox (NULL, "Hello", "Hello Demo", MB_OK);
return (0);
}