Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
7dbbf4d7
Commit
7dbbf4d7
authored
Apr 22, 2012
by
Vicent Martí
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #636 from csware/WIN32-fixes
Win32 fixes
parents
69a4bc19
8c327228
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/git2/common.h
+1
-1
src/xdiff/xinclude.h
+1
-1
No files found.
include/git2/common.h
View file @
7dbbf4d7
...
...
@@ -51,7 +51,7 @@
# define GIT_FORMAT_PRINTF(a,b)
/* empty */
#endif
#if (defined(_WIN32)
|| defined(_WIN64)
) && !defined(__CYGWIN__)
#if (defined(_WIN32)) && !defined(__CYGWIN__)
#define GIT_WIN32 1
#endif
...
...
src/xdiff/xinclude.h
View file @
7dbbf4d7
...
...
@@ -29,7 +29,7 @@
#include <string.h>
#include <limits.h>
#ifdef
GIT
_WIN32
#ifdef _WIN32
#else
#include <unistd.h>
#endif
...
...
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