You've already forked smb-decomp
mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
7 lines
84 B
C
7 lines
84 B
C
#ifndef _STDINT_H_
|
|
#define _STDINT_H_
|
|
|
|
typedef unsigned long int uintptr_t;
|
|
|
|
#endif
|