Martijn Laan 1 gadu atpakaļ
vecāks
revīzija
49aadb5314
1 mainītis faili ar 6 papildinājumiem un 4 dzēšanām
  1. 6 4
      Projects/Src/Compil32/ScintStylerInnoSetup.pas

+ 6 - 4
Projects/Src/Compil32/ScintStylerInnoSetup.pas

@@ -446,11 +446,13 @@ const
     //undocumented: NativeString, AnyString, AnyMethod, ___Pointer, tbtString, NativeString, !NotificationVariant
     'TVarType',
     //undocumented: TIFException
-    { ScriptFunc_C }
+    { ScriptFunc_C's real enums - values done via PascalRealEnums instead of PascalEnums}
+    'TMsgBoxType', 'TSetupMessageID', 'TSetupStep', 'TUninstallStep',
+    'TSetupProcessorArchitecture', 'TDotNetVersion',
+    { ScriptFunc_C's other types }
     'TArrayOfString', 'TArrayOfChar', 'TArrayOfBoolean', 'TArrayOfInteger', 'DWORD',
-    'UINT', 'BOOL', 'DWORD_PTR', 'UINT_PTR', 'INT_PTR', 'TFileTime', 'TMsgBoxType',
-    'TSetupMessageID', 'TSetupStep', 'TUninstallStep', 'TSetupProcessorArchitecture',
-    'TDotNetVersion', 'TExecWait', 'TExecOutput', 'TFindRec', 'TWindowsVersion',
+    'UINT', 'BOOL', 'DWORD_PTR', 'UINT_PTR', 'INT_PTR', 'TFileTime',
+    'TExecWait', 'TExecOutput', 'TFindRec', 'TWindowsVersion',
     'TOnDownloadProgress', 'TOnLog',
     { ScriptClasses_C }
     'TFolderRenameEvent', 'TWizardPageNotifyEvent', 'TWizardPageButtonEvent',