Browse Source

* make HResult unique type

peter 22 years ago
parent
commit
51219f6cad
1 changed files with 7 additions and 4 deletions
  1. 7 4
      rtl/inc/systemh.inc

+ 7 - 4
rtl/inc/systemh.inc

@@ -176,9 +176,9 @@ Type
 {$ifndef HASCURRENCY}
 {$ifndef HASCURRENCY}
   Currency            = Int64;
   Currency            = Int64;
 {$endif HASCURRENCY}
 {$endif HASCURRENCY}
-  HRESULT             = Longint;
-  TDateTime           = Double;
-  Error               = Longint;
+  HRESULT             = type Longint;
+  TDateTime           = type Double;
+  Error               = type Longint;
 
 
   PSingle             = ^Single;
   PSingle             = ^Single;
   PDouble             = ^Double;
   PDouble             = ^Double;
@@ -665,7 +665,10 @@ const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.64  2003-03-17 14:30:11  peter
+  Revision 1.65  2003-04-01 15:36:31  peter
+    * make HResult unique type
+
+  Revision 1.64  2003/03/17 14:30:11  peter
     * changed address parameter/return values to pointer instead
     * changed address parameter/return values to pointer instead
       of longint
       of longint