Large-scale renaming of all Win32 functions and types to use the
standard Windows names.

diff --git a/include/selectors.h b/include/selectors.h
index a203354..deb72ee 100644
--- a/include/selectors.h
+++ b/include/selectors.h
@@ -11,11 +11,11 @@
 #include "ldt.h"
 
 extern WORD SELECTOR_AllocBlock( const void *base, DWORD size,
-				 enum seg_type type, BOOL32 is32bit,
-				 BOOL32 readonly );
+				 enum seg_type type, BOOL is32bit,
+				 BOOL readonly );
 extern WORD SELECTOR_ReallocBlock( WORD sel, const void *base, DWORD size,
-                                   enum seg_type type, BOOL32 is32bit,
-                                   BOOL32 readonly );
+                                   enum seg_type type, BOOL is32bit,
+                                   BOOL readonly );
 extern void SELECTOR_MoveBlock( WORD sel, const void *new_base );
 extern void SELECTOR_FreeBlock( WORD sel, WORD count );