Explorar o código

Add UINT8 typedef to WinAdapter.h (#3302)

Jesse Natalie %!s(int64=4) %!d(string=hai) anos
pai
achega
555fad0bc6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/dxc/Support/WinAdapter.h

+ 1 - 1
include/dxc/Support/WinAdapter.h

@@ -355,7 +355,7 @@
 
 #ifdef __cplusplus
 
-typedef unsigned char BYTE;
+typedef unsigned char BYTE, UINT8;
 typedef unsigned char *LPBYTE;
 
 typedef BYTE BOOLEAN;