Browse Source

win32.inc

pierre 26 years ago
parent
commit
03d3ba4054
2 changed files with 15 additions and 7 deletions
  1. 7 4
      rtl/win32/unidef.pp
  2. 8 3
      rtl/win32/win32.inc

+ 7 - 4
rtl/win32/unidef.pp

@@ -22,7 +22,7 @@
 
 
 {$ifndef windows_include_files}
 {$ifndef windows_include_files}
 
 
-unit unifun;
+unit unidef;
 
 
 {  Automatically converted by H2PAS.EXE from unicfun.h
 {  Automatically converted by H2PAS.EXE from unicfun.h
    Utility made by Florian Klaempfl 25th-28th september 96
    Utility made by Florian Klaempfl 25th-28th september 96
@@ -1908,13 +1908,16 @@ end.
 {$endif not windows_include_files}
 {$endif not windows_include_files}
 {
 {
   $Log$
   $Log$
-  Revision 1.6  1999-01-07 15:52:25  peter
+  Revision 1.7  1999-01-29 09:24:46  pierre
+  win32.inc
+
+  Revision 1.6  1999/01/07 15:52:27  peter
     * removed winspool requirement
     * removed winspool requirement
 
 
-  Revision 1.5  1998/10/27 11:17:18  peter
+  Revision 1.5  1998/10/27 11:17:20  peter
     * type HINSTANCE -> HINST
     * type HINSTANCE -> HINST
 
 
-  Revision 1.4  1998/09/04 17:17:37  pierre
+  Revision 1.4  1998/09/04 17:17:40  pierre
     + all unknown function ifdef with
     + all unknown function ifdef with
       conditionnal unknown_functions
       conditionnal unknown_functions
       testwin works now, but windowcreate still fails !!
       testwin works now, but windowcreate still fails !!

+ 8 - 3
rtl/win32/win32.inc

@@ -48,8 +48,10 @@ const
    FILE_END = 2;
    FILE_END = 2;
 
 
 type
 type
-   UINT  = longint;
-   BOOL  = longint;
+   {UINT  = longint;
+   BOOL  = longint; obsolete }
+   UINT  = cardinal;
+   BOOL  = longbool;
    WCHAR = word;
    WCHAR = word;
 {$ifdef UNICODE}
 {$ifdef UNICODE}
    LPTCH   = ^word;
    LPTCH   = ^word;
@@ -104,7 +106,10 @@ type
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  1998-06-10 10:39:18  peter
+  Revision 1.8  1999-01-29 09:24:48  pierre
+  win32.inc
+
+  Revision 1.7  1998/06/10 10:39:18  peter
     * working w32 rtl
     * working w32 rtl
 
 
 }
 }