mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 20:17:59 +00:00
Add some missing definitions for mingw.org
these shouldn't be necessary if _WIN32_WINNT >= _WIN32_WINNT_VISTA
This commit is contained in:
parent
1a7ea63d22
commit
04c5a9c083
@ -17,6 +17,13 @@
|
||||
#define stat _stati64
|
||||
#endif
|
||||
|
||||
#if _WIN32_WINNT < 0x0600 && !defined(__MINGW64_VERSION_MAJOR)
|
||||
#undef MemoryBarrier
|
||||
void __mingworg_MemoryBarrier(void);
|
||||
#define MemoryBarrier __mingworg_MemoryBarrier
|
||||
#define VOLUME_NAME_DOS 0x0
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* INCLUDE_mingw_compat__ */
|
||||
|
Loading…
Reference in New Issue
Block a user