gdabah / distorm

Powerful Disassembler Library For x86/AMD64
Other
1.26k stars 238 forks source link

stdint wasnt included on 32-bit, _INLINE_ needed to be static; compil… #166

Closed sfinktah closed 3 years ago

sfinktah commented 3 years ago

These changes were performed to enable tcc/tiny-cc compatibilty, as a pre-cursor to attempting VS 2008 compatibility. Note that tcc supports a minimum of c99. Build tree to follow.

  1. stdint wasn't included on 32-bit
  2. INLINE needed to be static
  3. compile-time char array wasn't const