Explorar o código

* define also MSWINDOWS

peter %!s(int64=24) %!d(string=hai) anos
pai
achega
e7460f9769
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      compiler/targets/t_win32.pas

+ 5 - 2
compiler/targets/t_win32.pas

@@ -1402,7 +1402,7 @@ function tDLLScannerWin32.scan(const binname:string):longbool;
             flags        : [];
             cpu          : i386;
             unit_env     : 'WIN32UNITS';
-            extradefines : '';
+            extradefines : 'MSWINDOWS';
             sharedlibext : '.dll';
             staticlibext : '.aw';
             sourceext    : '.pp';
@@ -1452,7 +1452,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.9  2001-06-03 15:15:32  peter
+  Revision 1.10  2001-06-03 20:18:13  peter
+    * define also MSWINDOWS
+
+  Revision 1.9  2001/06/03 15:15:32  peter
     * dllprt0 stub for linux shared libs
     * pass -init and -fini for linux shared libs
     * libprefix splitted into staticlibprefix and sharedlibprefix