softether-5/sha0/types.h
2025-07-14 14:18:44 +00:00

8 lines
132 B
C

#ifndef TYPES_H
#define TYPES_H
typedef unsigned long long UINT64;
typedef unsigned char UCHAR;
typedef unsigned int UINT;
#endif