diff options
| author | Edward Thomson <ethomson@microsoft.com> | 2015-02-03 20:01:24 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@microsoft.com> | 2015-02-03 20:01:24 -0500 |
| commit | 07c989e98d013132168326eb7fd6fdf91a2399b9 (patch) | |
| tree | 84505d41da2d3fa48e1db9b20b9e33a7c7af6e0c /tests/clar_libgit2.h | |
| parent | 5f28ec84a10b283f79f027f83ba03d7774a987f7 (diff) | |
| download | libgit2-07c989e98d013132168326eb7fd6fdf91a2399b9.tar.gz | |
win32: further cleanups for 8.3 disabling
Diffstat (limited to 'tests/clar_libgit2.h')
| -rw-r--r-- | tests/clar_libgit2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/clar_libgit2.h b/tests/clar_libgit2.h index e1d62c820..86c90b049 100644 --- a/tests/clar_libgit2.h +++ b/tests/clar_libgit2.h @@ -161,4 +161,8 @@ void cl_fake_home_cleanup(void *); void cl_sandbox_set_search_path_defaults(void); +#ifdef GIT_WIN32 +bool cl_sandbox_supports_8dot3(void); +#endif + #endif |
