// -- Debug2.iss -- // Included by Debug.iss // Use it to test the compiler or Compiler IDE's support for include files // [Code] <event('InitializeWizard')> procedure Debug2_InitializeWizard; begin end; [/Code]