util-src/windows.c

changeset 2923
b7049746bd29
parent 2062
699686c8d016
child 2924
8dc4e2e00129
equal deleted inserted replaced
2922:0ea2ed371fb2 2923:b7049746bd29
1 /* Prosody IM
2 -- Copyright (C) 2008-2010 Matthew Wild
3 -- Copyright (C) 2008-2010 Waqas Hussain
4 --
5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information.
7 --
8 */
9
10 /*
11 * windows.c
12 * Windows support functions for Lua
13 */
1 14
2 #include <stdio.h> 15 #include <stdio.h>
3 #include <windows.h> 16 #include <windows.h>
4 #include <windns.h> 17 #include <windns.h>
5 18

mercurial