Ver código fonte

* define also MSWINDOWS

peter 24 anos atrás
pai
commit
e7460f9769
1 arquivos alterados com 5 adições e 2 exclusões
  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