manuel5975p 6 年之前
父節點
當前提交
677d0f4439
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;