Skip to content
Snippets Groups Projects
Commit 9b09dc02 authored by Andy Green's avatar Andy Green
Browse files

remove all PATH_MAX or MAX_PATH

parent e84652c4
Branches
Tags
No related merge requests found
...@@ -23,9 +23,10 @@ User api changes ...@@ -23,9 +23,10 @@ User api changes
New features 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. the visual studio project files that were in the tree until now.
- PATH_MAX or MAX_PATH no longer needed
v1.1-chrome26-firefox18 v1.1-chrome26-firefox18
......
...@@ -58,10 +58,6 @@ ...@@ -58,10 +58,6 @@
#ifdef WIN32 #ifdef WIN32
#define LWS_NO_DAEMONIZE #define LWS_NO_DAEMONIZE
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
#define compatible_close(fd) closesocket(fd); #define compatible_close(fd) closesocket(fd);
#ifdef __MINGW64__ #ifdef __MINGW64__
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment