diff options
Diffstat (limited to 'src/udpsocket.h')
-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 | ||