mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 22:58:44 +00:00
adding prefixes to source
They'll be removed on demand in libgen repo
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
#define md__printf_err( fmt, ... ) fprintf( stderr, fmt, __VA_ARGS__ )
|
||||
#define md__printf_err_va( fmt, va ) vfprintf( stderr, fmt, va )
|
||||
|
||||
void assert_handler( char const* condition, char const* file, char const* function, S32 line, char const* msg, ... )
|
||||
void md_assert_handler( char const* condition, char const* file, char const* function, MD_S32 line, char const* msg, ... )
|
||||
{
|
||||
md__printf_err( "%s - %s:(%d): Assert Failure: ", file, function, line );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user