7 lines
145 B
C
7 lines
145 B
C
![]() |
#ifndef _EXEC_H_
|
||
|
#define _EXEC_H_
|
||
|
|
||
|
int ExecuteCodeSegment(entry *entries, int pos, HWND hwndProgress); // returns 0 on success
|
||
|
|
||
|
|
||
|
#endif//_EXEC_H_
|