瀏覽代碼

Fixed go32v2 compilation for 2.2.3 and 2.2.2rc1

git-svn-id: trunk@11165 -
giulio 17 年之前
父節點
當前提交
c726bba226
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-process/src/go32v2/process.inc

+ 1 - 1
packages/fcl-process/src/go32v2/process.inc

@@ -2,7 +2,7 @@
   Dummy process.inc
 }
 
-{$if defined(VER2_2_1) or defined(VER2_3_1)}
+{$if defined(VER2_2) or defined(VER2_3_1)}
 {$warning Temporary workaround - unit does nothing}
 {$else}
 {$fatal Proper implementation of TProcess needed}