Skip to content

Commit 1fe9edf

Browse files
committed
Fix conflicting typedef
1 parent e7eb05f commit 1fe9edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
typedef unsigned long long ulong;
1+
typedef unsigned long int ulong;
22
typedef unsigned int uint;
33
typedef unsigned short ushort;
44
typedef unsigned char uchar;

0 commit comments

Comments
 (0)