Consistent header macros everywhere

This commit is contained in:
Berke Viktor
2013-04-01 01:02:03 +02:00
parent 4de6db6c47
commit 0f20423455
34 changed files with 163 additions and 12 deletions

View File

@@ -19,6 +19,9 @@
/* include stuff for internet */
#ifndef HEXCHAT_INET_H
#define HEXCHAT_INET_H
#ifndef WIN32
#ifdef WANTSOCKET
@@ -60,3 +63,5 @@
#define sock_error WSAGetLastError
#endif
#endif