Renamed ModuleProlog to ObjectSetup
This commit is contained in:
parent
99dd7b41fb
commit
ef409cf9cd
105 changed files with 127 additions and 128 deletions
|
|
@ -14,7 +14,7 @@ typedef void (*VoidFunc)(void);
|
|||
extern const VoidFunc _ctors[];
|
||||
extern const VoidFunc _dtors[];
|
||||
|
||||
extern void ModuleProlog(void);
|
||||
extern void ObjectSetup(void);
|
||||
extern void ModuleEpilog(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue