remove all PATH_MAX or MAX_PATH 30/3030/1
authorAndy Green <andy.green@linaro.org>
Fri, 8 Feb 2013 04:48:36 +0000 (12:48 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:32 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
changelog
lib/private-libwebsockets.h

index cc4fee4..7b1a12b 100644 (file)
--- 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
index 8c7b23a..3084b16 100644 (file)
 #ifdef WIN32
 #define LWS_NO_DAEMONIZE
 
-#ifndef PATH_MAX
-#define PATH_MAX MAX_PATH
-#endif
-
 #define compatible_close(fd) closesocket(fd);
 #ifdef  __MINGW64__                                                             
 #else