manuel5975p 6 years ago
parent
commit
677d0f4439
1 changed files with 1 additions and 1 deletions
  1. 1 1
      socketio_win32.cpp

+ 1 - 1
socketio_win32.cpp

@@ -12,7 +12,7 @@
 
 #ifdef _MSC_VER
 #undef min
-using ssize_t = int64_t;
+using ssize_t = std::int64_t;
 template<typename T>
 const T& min(const T& a,const T& b){
 	return (b < a) ? b : a;