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"