add underscores to _poserror and _stroserror
This commit is contained in:
@@ -39,10 +39,10 @@
|
||||
|
||||
|
||||
|
||||
void __fastcall__ _poserror (const char* msg)
|
||||
void __fastcall__ __poserror (const char* msg)
|
||||
{
|
||||
/* Fetch the message that corresponds to _oserror */
|
||||
const char* errormsg = _stroserror (_oserror);
|
||||
const char* errormsg = __stroserror (_oserror);
|
||||
|
||||
/* Different output depending on msg */
|
||||
if (msg) {
|
||||
|
||||
Reference in New Issue
Block a user