We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8164b48 + 20811c5 commit d066d0dCopy full SHA for d066d0d
1 file changed
src/libgit2/sysdir.h
@@ -134,10 +134,12 @@ extern int git_sysdir_set(git_sysdir_t which, const char *paths);
134
*/
135
extern int git_sysdir_reset(void);
136
137
+#ifdef GIT_WIN32
138
/** Sets the registry system dir to a mock; for testing. */
139
extern int git_win32__set_registry_system_dir(const wchar_t *mock_sysdir);
140
141
/** Find the given system dir; for testing. */
142
extern int git_win32__find_system_dirs(git_str *out, const char *subdir);
143
+#endif
144
145
#endif
0 commit comments