mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Get rid of DEL() and FREE() macros.
Part of CoreLibExe must die.
This commit is contained in:
@ -409,7 +409,7 @@ static void DispatchEvents (HWND hwnd) {
|
||||
DISPATCH(SetBytesRemaining);
|
||||
DEFAULT_FATAL(event->type);
|
||||
}
|
||||
DEL(event); // unlinks from list
|
||||
delete event; // unlinks from list
|
||||
}
|
||||
#undef DISPATCH
|
||||
}
|
||||
|
Reference in New Issue
Block a user