[PATCH 1/2] include: Correct BYTE typedef

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Mar 3 05:32:10 CST 2022


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 include/wtypes.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wtypes.idl b/include/wtypes.idl
index 754258839d7..5a09ed717cb 100644
--- a/include/wtypes.idl
+++ b/include/wtypes.idl
@@ -33,7 +33,7 @@ interface IWinTypes
 /******************** BASIC WIN32 TYPES ********************/
 cpp_quote("#if 0 /* winnt.h */") /* don't redefine these */
 
-typedef unsigned char BYTE;
+typedef byte BYTE;
 typedef unsigned short WORD;
 typedef unsigned long DWORD;
 typedef long BOOL;
-- 
2.34.1




More information about the wine-devel mailing list