mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
add ability to override entry point type
This commit is contained in:
@@ -342,7 +342,11 @@ internal OS_Guid os_make_guid(void);
|
||||
// into the standard codebase program entry points, named "entry_point".
|
||||
|
||||
#if BUILD_ENTRY_DEFINING_UNIT
|
||||
# if BASE_ENTRY_POINT_ARGCV
|
||||
internal void entry_point(int argc, char **argv);
|
||||
# else
|
||||
internal void entry_point(CmdLine *cmdline);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // OS_CORE_H
|
||||
|
||||
Reference in New Issue
Block a user