wtypes.idl: Use BOOL instead of WINBOOL

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5253 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/wtypes.idl b/mingw-w64-headers/include/wtypes.idl
index e681a82..8b5cb96 100644
--- a/mingw-w64-headers/include/wtypes.idl
+++ b/mingw-w64-headers/include/wtypes.idl
@@ -262,7 +262,7 @@
     typedef struct _SECURITY_ATTRIBUTES {
         DWORD nLength;
         LPVOID lpSecurityDescriptor;
-        WINBOOL bInheritHandle;
+        BOOL bInheritHandle;
     } SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
 cpp_quote("#endif")