Skip to content

Commit ce3d14c

Browse files
committed
comment out bad typedef line
1 parent 0c736be commit ce3d14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extern/StormLib/src/StormPort.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
typedef unsigned long long ULONGLONG;
342342
typedef void * HANDLE;
343343
typedef void * LPOVERLAPPED; // Unsupported on Linux and Mac
344-
typedef char char;
344+
// typedef char char;
345345
typedef unsigned int LCID;
346346
typedef LONG * PLONG;
347347
typedef DWORD * LPDWORD;

0 commit comments

Comments
 (0)