aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 00:18:48 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 00:18:48 +0000
commit80b7acea2eb19f7facddce17733b88cb50a56cea (patch)
tree3b2354627dd2a178e0a66f3c9ab2181405381aec /src/socket.h
parent27c8ae30aaef25d537669062d5f7f929eec18032 (diff)
downloadluasocket-80b7acea2eb19f7facddce17733b88cb50a56cea.tar.gz
luasocket-80b7acea2eb19f7facddce17733b88cb50a56cea.tar.bz2
luasocket-80b7acea2eb19f7facddce17733b88cb50a56cea.zip
Compiled and tested on Windows...
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h
index 85e8848..3dac875 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -16,7 +16,7 @@
16/*=========================================================================*\ 16/*=========================================================================*\
17* Platform specific compatibilization 17* Platform specific compatibilization
18\*=========================================================================*/ 18\*=========================================================================*/
19#ifdef WIN32 19#ifdef _WIN32
20#include "wsocket.h" 20#include "wsocket.h"
21#else 21#else
22#include "usocket.h" 22#include "usocket.h"