Software /
code /
prosody
Comparison
util-src/windows.c @ 2923:b7049746bd29
Update copyright headers for 2010
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 22 Mar 2010 17:06:15 +0000 |
parent | 2062:699686c8d016 |
child | 2924:8dc4e2e00129 |
comparison
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 |