[Ttssh2-commit] [8401] malloca の再定義警告を回避した

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 11月 23日 (土) 01:28:52 JST


Revision: 8401
          https://osdn.net/projects/ttssh2/scm/svn/commits/8401
Author:   zmatsuo
Date:     2019-11-23 01:28:52 +0900 (Sat, 23 Nov 2019)
Log Message:
-----------
malloca の再定義警告を回避した

- warning C4005: '_malloca' : マクロが再定義されました。

Modified Paths:
--------------
    trunk/teraterm/teraterm/WSAAsyncGetAddrInfo.c

-------------- next part --------------
Modified: trunk/teraterm/teraterm/WSAAsyncGetAddrInfo.c
===================================================================
--- trunk/teraterm/teraterm/WSAAsyncGetAddrInfo.c	2019-11-22 15:25:44 UTC (rev 8400)
+++ trunk/teraterm/teraterm/WSAAsyncGetAddrInfo.c	2019-11-22 16:28:52 UTC (rev 8401)
@@ -31,14 +31,14 @@
  */
 #include <winsock2.h>
 #include <ws2tcpip.h>
-#include <wspiapi.h>
-#include <windows.h>
-#include <process.h>
 #if !defined(_CRTDBG_MAP_ALLOC)
 #define _CRTDBG_MAP_ALLOC
 #endif
 #include <stdlib.h>
 #include <crtdbg.h>
+#include <wspiapi.h>
+#include <windows.h>
+#include <process.h>
 #include "WSAAsyncGetAddrInfo.h"
 #include "ttwsk.h"
 


Ttssh2-commit メーリングリストの案内
Back to archive index