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
1a8b2922
Commit
1a8b2922
authored
Nov 09, 2021
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32: include correct path header
parent
1217c5b2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/fs_path.h
+1
-0
src/win32/findfile.c
+1
-1
src/win32/path_w32.c
+1
-1
src/win32/posix_w32.c
+1
-2
No files found.
src/fs_path.h
View file @
1a8b2922
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
#include "posix.h"
#include "posix.h"
#include "str.h"
#include "str.h"
#include "vector.h"
#include "vector.h"
#include "utf8.h"
#include "git2/sys/path.h"
#include "git2/sys/path.h"
...
...
src/win32/findfile.c
View file @
1a8b2922
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#include "path_w32.h"
#include "path_w32.h"
#include "utf-conv.h"
#include "utf-conv.h"
#include "path.h"
#include "
fs_
path.h"
#define REG_MSYSGIT_INSTALL_LOCAL L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Git_is1"
#define REG_MSYSGIT_INSTALL_LOCAL L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Git_is1"
...
...
src/win32/path_w32.c
View file @
1a8b2922
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#include "path_w32.h"
#include "path_w32.h"
#include "path.h"
#include "
fs_
path.h"
#include "utf-conv.h"
#include "utf-conv.h"
#include "posix.h"
#include "posix.h"
#include "reparse.h"
#include "reparse.h"
...
...
src/win32/posix_w32.c
View file @
1a8b2922
...
@@ -9,10 +9,9 @@
...
@@ -9,10 +9,9 @@
#include "../posix.h"
#include "../posix.h"
#include "../futils.h"
#include "../futils.h"
#include "path.h"
#include "
fs_
path.h"
#include "path_w32.h"
#include "path_w32.h"
#include "utf-conv.h"
#include "utf-conv.h"
#include "repository.h"
#include "reparse.h"
#include "reparse.h"
#include <errno.h>
#include <errno.h>
#include <io.h>
#include <io.h>
...
...
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