Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
0769bbb7
Commit
0769bbb7
authored
Apr 15, 2016
by
Marko Mikulicic
Committed by
rojer
Apr 16, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mingw warnings
PUBLISHED_FROM=a7c1ec51999b29758d2983900add70069927b27b
parent
7054b095
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mongoose.h
mongoose.h
+2
-0
No files found.
mongoose.h
View file @
0769bbb7
...
@@ -177,8 +177,10 @@
...
@@ -177,8 +177,10 @@
#define vsnprintf _vsnprintf
#define vsnprintf _vsnprintf
#define sleep(x) Sleep((x) *1000)
#define sleep(x) Sleep((x) *1000)
#define to64(x) _atoi64(x)
#define to64(x) _atoi64(x)
#if !defined(__MINGW32__) && !defined(__MINGW64__)
#define popen(x, y) _popen((x), (y))
#define popen(x, y) _popen((x), (y))
#define pclose(x) _pclose(x)
#define pclose(x) _pclose(x)
#endif
#define rmdir _rmdir
#define rmdir _rmdir
#if defined(_MSC_VER) && _MSC_VER >= 1400
#if defined(_MSC_VER) && _MSC_VER >= 1400
#define fseeko(x, y, z) _fseeki64((x), (y), (z))
#define fseeko(x, y, z) _fseeki64((x), (y), (z))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment