freeswitch/libs/libtpl-1.5/tests/test1-mingw.c

13 lines
274 B
C
Executable File

#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);
}