瀏覽代碼

* set enum size to 4 only after jedi.inc that has statement

git-svn-id: trunk@43608 -
marco 5 年之前
父節點
當前提交
4715c94789
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/winunits-jedi/src/jediapilib.inc

+ 2 - 2
packages/winunits-jedi/src/jediapilib.inc

@@ -35,14 +35,14 @@
 { For more information about the LGPL: http://www.gnu.org/copyleft/lesser.html }
 {                                                                              }
 {******************************************************************************}
-{$Z4}
+
 
 // This file is intended for C header conversions.
 // It defines several mutually exclusive IFDEFs which determine
 // the Windows version the API conversion is usable with.
 
 {$I jedi.inc}
-
+{$Z4}
 {$IFNDEF JEDI_INC}
 ALERT_jedi_inc_incompatible
 // secure against old versions of jedi.inc.