Software /
code /
prosody
Comparison
util-src/windows.c @ 2925:692b3c6c5bd2
Merge 0.6->0.7
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 22 Mar 2010 17:24:55 +0000 |
parent | 2924:8dc4e2e00129 |
child | 3748:2237796ba228 |
comparison
equal
deleted
inserted
replaced
2918:79ca9f686aaf | 2925:692b3c6c5bd2 |
---|---|
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 |