From 09d786980195a9aec2d47a65c7b90241c4c812b6 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 8 Feb 2013 12:48:36 +0800 Subject: [PATCH] remove all PATH_MAX or MAX_PATH Signed-off-by: Andy Green --- changelog | 3 ++- lib/private-libwebsockets.h | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/changelog b/changelog index cc4fee4..7b1a12b 100644 --- a/changelog +++ b/changelog @@ -23,9 +23,10 @@ User api changes New features ------------ -Cmake project file added, aimed initially at Windows support: this replaces + - Cmake project file added, aimed initially at Windows support: this replaces the visual studio project files that were in the tree until now. + - PATH_MAX or MAX_PATH no longer needed v1.1-chrome26-firefox18 diff --git a/lib/private-libwebsockets.h b/lib/private-libwebsockets.h index 8c7b23a..3084b16 100644 --- a/lib/private-libwebsockets.h +++ b/lib/private-libwebsockets.h @@ -58,10 +58,6 @@ #ifdef WIN32 #define LWS_NO_DAEMONIZE -#ifndef PATH_MAX -#define PATH_MAX MAX_PATH -#endif - #define compatible_close(fd) closesocket(fd); #ifdef __MINGW64__ #else -- 2.7.4