mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
automatically mark up entry_point as exe entry points, for codebase builds
This commit is contained in:
@@ -329,6 +329,7 @@ internal Guid os_make_guid(void);
|
|||||||
// into the standard codebase program entry points, named "entry_point".
|
// into the standard codebase program entry points, named "entry_point".
|
||||||
|
|
||||||
#if BUILD_ENTRY_DEFINING_UNIT
|
#if BUILD_ENTRY_DEFINING_UNIT
|
||||||
|
raddbg_entry_point(entry_point);
|
||||||
internal void entry_point(CmdLine *cmdline);
|
internal void entry_point(CmdLine *cmdline);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user