Browse Source

Fixed go32v2 compilation for 2.2.3 and 2.2.2rc1

git-svn-id: trunk@11165 -
giulio 17 years ago
parent
commit
c726bba226
1 changed files with 1 additions and 1 deletions
  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}