home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Source / exehead / exec.h < prev    next >
C/C++ Source or Header  |  2003-09-04  |  185b  |  9 lines

  1. #ifndef _EXEC_H_
  2. #define _EXEC_H_
  3.  
  4. extern union exec_flags g_exec_flags;
  5.  
  6. int NSISCALL ExecuteCodeSegment(int pos, HWND hwndProgress); // returns 0 on success
  7.  
  8. #endif//_EXEC_H_
  9.