mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
[TOOLS]
- Fix MSVC 2013+ build. Patch by Victor Matovykh. CORE-11575 #resolve svn path=/trunk/; revision=71998
This commit is contained in:
parent
4d367e4fd3
commit
42abc25acc
1 changed files with 0 additions and 13 deletions
|
@ -13,20 +13,7 @@
|
|||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <stdint.h>
|
||||
#else
|
||||
typedef __int8 int8_t;
|
||||
typedef __int16 int16_t;
|
||||
typedef __int32 int32_t;
|
||||
typedef __int64 int64_t;
|
||||
|
||||
typedef unsigned __int8 uint8_t;
|
||||
typedef unsigned __int16 uint16_t;
|
||||
typedef unsigned __int32 uint32_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
#endif
|
||||
|
||||
/* Function attributes for GCC */
|
||||
#if !defined(_MSC_VER) && !defined(__fastcall)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue