Swiched from stdint.h to myinttypes.h

This commit is contained in:
tandasat 2016-03-31 18:03:33 -07:00
parent cd124deb92
commit bf220ff859
8 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@
extern "C" {
#endif
#include <stdint.h>
#include "../myinttypes.h"
#include "platform.h"
#ifdef _MSC_VER

View File

@ -8,7 +8,7 @@
extern "C" {
#endif
#include <stdint.h>
#include "../myinttypes.h"
#include "platform.h"
#ifdef _MSC_VER

View File

@ -8,7 +8,7 @@
extern "C" {
#endif
#include <stdint.h>
#include "../myinttypes.h"
#include "platform.h"
// GCC MIPS toolchain has a default macro called "mips" which breaks

View File

@ -8,7 +8,7 @@
extern "C" {
#endif
#include <stdint.h>
#include "../myinttypes.h"
#include "platform.h"
#ifdef _MSC_VER

View File

@ -8,7 +8,7 @@
extern "C" {
#endif
#include <stdint.h>
#include "../myinttypes.h"
#include "platform.h"
// GCC SPARC toolchain has a default macro called "sparc" which breaks

View File

@ -8,7 +8,7 @@
extern "C" {
#endif
#include <stdint.h>
#include "../myinttypes.h"
#include "platform.h"
#ifdef _MSC_VER

View File

@ -8,7 +8,7 @@
extern "C" {
#endif
#include <stdint.h>
#include "../myinttypes.h"
// Calculate relative address for X86-64, given cs_insn structure
#define X86_REL_ADDR(insn) (insn.address + insn.size + insn.detail->x86.disp)

View File

@ -8,7 +8,7 @@
extern "C" {
#endif
#include <stdint.h>
#include "../myinttypes.h"
#include "platform.h"
#ifdef _MSC_VER