Browse Source

+ INVALID_HANDLE_VALUE is a constant, not a function

michael 22 years ago
parent
commit
2b253f4d01
1 changed files with 6 additions and 2 deletions
  1. 6 2
      rtl/win32/wininc/defines.inc

+ 6 - 2
rtl/win32/wininc/defines.inc

@@ -1725,7 +1725,8 @@
     function STD_ERROR_HANDLE : DWORD;
     function STD_ERROR_HANDLE : DWORD;
 
 
     { was #define dname def_expr }
     { was #define dname def_expr }
-    function INVALID_HANDLE_VALUE : HANDLE;
+Const
+  INVALID_HANDLE_VALUE = HANDLE(-1);
 
 
   { GetStockObject  }
   { GetStockObject  }
 
 
@@ -5746,7 +5747,10 @@ const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.9  2002-10-11 09:20:31  michael
+  Revision 1.10  2003-06-15 14:33:22  michael
+  + INVALID_HANDLE_VALUE is a constant, not a function
+
+  Revision 1.9  2002/10/11 09:20:31  michael
   + Added missing version strings
   + Added missing version strings
 
 
   Revision 1.8  2002/10/08 17:13:31  jonas
   Revision 1.8  2002/10/08 17:13:31  jonas