comparison src/win32/wgaimerror.h @ 5913:9657e243d001

[gaim-migrate @ 6345] win32 adjustments for header re-org, and GPL header insertions where missing committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 17 Jun 2003 18:56:53 +0000
parents 391fd7aebe7c
children 33bef17125c2
comparison
equal deleted inserted replaced
5912:b3c412884a22 5913:9657e243d001
1 /* 1 /*
2 * wgaimerror.h 2 * gaim
3 * 3 *
4 * Author: Herman Bloggs <hermanator12002@yahoo.com> 4 * File: wgaimerror.h
5 * Date: October 14, 2002 5 * Date: October 14, 2002
6 * Description: Redefine Unix Errors 6 * Description: Convert Winsock errors to Unix errors
7 *
8 * Copyright (C) 2002-2003, Herman Bloggs <hermanator12002@yahoo.com>
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 *
7 */ 24 */
8
9 #ifndef _WGAIMERROR_H 25 #ifndef _WGAIMERROR_H
10 #define _WGAIMERROR_H 26 #define _WGAIMERROR_H
11 27
12 /* Here we define unix socket errors as windows socket errors */ 28 /* Here we define unix socket errors as windows socket errors */
13 29