]> git.mxchange.org Git - flightgear.git/blob - utils/iaxclient/lib/win/iaxclient_dll.c
Fix Windows warning during Windows compilation
[flightgear.git] / utils / iaxclient / lib / win / iaxclient_dll.c
1 /*\r
2  * Copyrights:\r
3  * Copyright (C) 2006 Gatherworks.com\r
4  *\r
5  * Contributors:\r
6  * Frik Strecker <frik@gatherworks.com>\r
7  * Bill Welch <bill@gatherworks.com>\r
8  *\r
9  *\r
10  * This program is free software, distributed under the terms of\r
11  * the GNU Lesser (Library) General Public License\r
12  */\r
13 \r
14 //#define INITGUID\r
15 //#include <initguid.h>\r
16 #include <windows.h>\r
17 \r
18 BOOL APIENTRY DllMain(\r
19         HANDLE                  hModule, \r
20     DWORD                       ul_reason_for_call, \r
21     LPVOID                      lpReserved)\r
22 {\r
23     return TRUE;\r
24 }\r
25 \r
26 /* #EOF# */\r
27 \r