better -ffast-math handling
[openjpeg.git] / src / lib / openjpip / sock_manager.c
index 432b03fab6f2acb26eb679265f15d32b3ef1a4f1..5634556d403c5a1443cf8d3673f63c90a8912032 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * $Id$
  *
- * Copyright (c) 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
- * Copyright (c) 2002-2011, Professor Benoit Macq
+ * Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium
+ * Copyright (c) 2002-2014, Professor Benoit Macq
  * Copyright (c) 2010-2011, Kaori Hagihara
  * All rights reserved.
  *
@@ -30,6 +30,7 @@
 
 #ifdef _WIN32
 #include <windows.h>
+typedef SSIZE_T ssize_t;
 #else
 #include <sys/types.h>
 #include <sys/socket.h>