mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 17:12:51 +00:00
Merge pull request #1171 from csware/fix-compilation-vs2012
Fixed compilation with =>VS2010
This commit is contained in:
commit
645e67e863
@ -40,7 +40,11 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if _MSC_VER >= 1600
|
||||||
|
#include <stdint.h>
|
||||||
|
#else
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// 7.8 Format conversion of integer types
|
// 7.8 Format conversion of integer types
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user