Browse Source

* added uses windows for win32 (deleted that with my last change)

armin 21 years ago
parent
commit
8d5c6a5aa5
1 changed files with 7 additions and 1 deletions
  1. 7 1
      ide/fpredir.pas

+ 7 - 1
ide/fpredir.pas

@@ -91,6 +91,9 @@ Uses
 {$ifdef netwlibc}
   Libc,
 {$endif netwlibc}
+{$ifdef win32}
+  windows,
+{$endif win32}
 {$ifdef unix}
   {$ifdef ver1_0}
     linux,
@@ -971,7 +974,10 @@ finalization
 End.
 {
   $Log$
-  Revision 1.7  2004-09-19 14:51:03  armin
+  Revision 1.8  2004-09-21 14:55:45  armin
+  * added uses windows for win32 (deleted that with my last change)
+
+  Revision 1.7  2004/09/19 14:51:03  armin
   * added support for target netwlibc
 
   Revision 1.6  2003/10/14 08:29:29  peter