Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libwebsockets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fork
libwebsockets
Commits
9b09dc02
Commit
9b09dc02
authored
12 years ago
by
Andy Green
Browse files
Options
Downloads
Patches
Plain Diff
remove all PATH_MAX or MAX_PATH
Signed-off-by:
Andy Green
<
andy.green@linaro.org
>
parent
e84652c4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog
+2
-1
2 additions, 1 deletion
changelog
lib/private-libwebsockets.h
+0
-4
0 additions, 4 deletions
lib/private-libwebsockets.h
with
2 additions
and
5 deletions
changelog
+
2
−
1
View file @
9b09dc02
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
lib/private-libwebsockets.h
+
0
−
4
View file @
9b09dc02
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment