tpl/tests/test1-mingw.c

13 lines
274 B
C
Raw Normal View History

2013-03-12 16:38:58 -04:00
#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);
}