Browse Source

Add UINT8 typedef to WinAdapter.h (#3302)

Jesse Natalie 4 years ago
parent
commit
555fad0bc6
1 changed files with 1 additions and 1 deletions
  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;