소스 검색

* define WINDOWS, previous merge failed because i_win.pas didn't exist

git-svn-id: branches/fixes_2_0@2618 -
peter 19 년 전
부모
커밋
f30db5b2e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/i_win32.pas

+ 1 - 1
compiler/systems/i_win32.pas

@@ -43,7 +43,7 @@ unit i_win32;
             flags        : [];
             cpu          : cpu_i386;
             unit_env     : 'WIN32UNITS';
-            extradefines : 'MSWINDOWS';
+            extradefines : 'MSWINDOWS;WINDOWS';
             exeext       : '.exe';
             defext       : '.def';
             scriptext    : '.bat';