mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 15:33:51 +00:00
windows: Require order
This commit is contained in:
parent
53d712dcb9
commit
345b6307be
@ -8,7 +8,6 @@
|
|||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "posix.h"
|
#include "posix.h"
|
||||||
#ifdef GIT_WIN32
|
#ifdef GIT_WIN32
|
||||||
#include "win32/dir.h"
|
|
||||||
#include "win32/posix.h"
|
#include "win32/posix.h"
|
||||||
#else
|
#else
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
* a Linking Exception. For full terms see the included COPYING file.
|
* a Linking Exception. For full terms see the included COPYING file.
|
||||||
*/
|
*/
|
||||||
#define GIT__WIN32_NO_WRAP_DIR
|
#define GIT__WIN32_NO_WRAP_DIR
|
||||||
#include "dir.h"
|
#include "posix.h"
|
||||||
#include "utf-conv.h"
|
|
||||||
|
|
||||||
static int init_filter(char *filter, size_t n, const char *dir)
|
static int init_filter(char *filter, size_t n, const char *dir)
|
||||||
{
|
{
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "utf-conv.h"
|
#include "utf-conv.h"
|
||||||
|
#include "dir.h"
|
||||||
|
|
||||||
GIT_INLINE(int) p_link(const char *old, const char *new)
|
GIT_INLINE(int) p_link(const char *old, const char *new)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user