Files
smb-decomp/include/stdint.h
2022-01-14 22:09:37 -06:00

7 lines
84 B
C

#ifndef _STDINT_H_
#define _STDINT_H_
typedef unsigned long int uintptr_t;
#endif