Browse Source

* PRESULT added

marco 21 years ago
parent
commit
d4424b07c4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/win32/wininc/base.inc

+ 5 - 1
rtl/win32/wininc/base.inc

@@ -78,6 +78,7 @@
 
 
      HANDLE = System.THandle;
      HANDLE = System.THandle;
      HRESULT = System.HResult;
      HRESULT = System.HResult;
+     PHRESULT= ^HRESULT;
 
 
      HACCEL = HANDLE;
      HACCEL = HANDLE;
      HBITMAP = HANDLE;
      HBITMAP = HANDLE;
@@ -939,7 +940,10 @@ type
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.22  2004-08-08 16:52:52  florian
+  Revision 1.23  2004-11-28 15:27:14  marco
+   * PRESULT added
+
+  Revision 1.22  2004/08/08 16:52:52  florian
     * tried to fix some wsprintf issues
     * tried to fix some wsprintf issues
     + now compiled in objfpc mode
     + now compiled in objfpc mode
       so some integer => smallint changes where necessary; hopefully,
       so some integer => smallint changes where necessary; hopefully,