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;