浏览代码

Add UINT8 typedef to WinAdapter.h (#3302)

Jesse Natalie 4 年之前
父节点
当前提交
555fad0bc6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;