diff options
author | David <david@xagasoft.com> | 2011-02-21 19:09:49 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2011-02-21 19:09:49 +0000 |
commit | 66669b2b9d392f6ae8f2c2a6acf7752bc0b6bc7e (patch) | |
tree | 6c9b864606c486ffd8adb3b51cd39167788421bf /src/udpsocket.h | |
parent | ba64111dabe60f0cce109831cae11c37ab42b249 (diff) | |
download | libbu++-66669b2b9d392f6ae8f2c2a6acf7752bc0b6bc7e.tar.gz libbu++-66669b2b9d392f6ae8f2c2a6acf7752bc0b6bc7e.tar.bz2 libbu++-66669b2b9d392f6ae8f2c2a6acf7752bc0b6bc7e.tar.xz libbu++-66669b2b9d392f6ae8f2c2a6acf7752bc0b6bc7e.zip |
david - udp not building on windows for now && fixed a windows tcpsocket thing
Diffstat (limited to '')
-rw-r--r-- | src/udpsocket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/udpsocket.h b/src/udpsocket.h index 8fe114d..f228f08 100644 --- a/src/udpsocket.h +++ b/src/udpsocket.h | |||
@@ -4,6 +4,7 @@ | |||
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | #ifndef WIN32 //not on windows | ||
7 | 8 | ||
8 | #ifndef BU_UDP_SOCKET_H | 9 | #ifndef BU_UDP_SOCKET_H |
9 | #define BU_UDP_SOCKET_H | 10 | #define BU_UDP_SOCKET_H |
@@ -79,3 +80,5 @@ namespace Bu | |||
79 | }; | 80 | }; |
80 | 81 | ||
81 | #endif | 82 | #endif |
83 | |||
84 | #endif | ||