diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 337b797..572c2ad 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -73,7 +73,11 @@ namespace Bu | |||
73 | private: | 73 | private: |
74 | void setAddress(); | 74 | void setAddress(); |
75 | 75 | ||
76 | #ifdef WIN32 | ||
77 | unsigned int nSocket; | ||
78 | #else | ||
76 | int nSocket; | 79 | int nSocket; |
80 | #endif | ||
77 | bool bActive; | 81 | bool bActive; |
78 | FString sReadBuf; | 82 | FString sReadBuf; |
79 | FString sAddress; | 83 | FString sAddress; |