mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Removed the wrong endif by mistake
This commit is contained in:
parent
a33bb70a0c
commit
b040113246
1 changed files with 1 additions and 1 deletions
|
@ -143,11 +143,11 @@ int main(int argc, char **argv)
|
|||
&& !InitBugTrap()
|
||||
#endif
|
||||
)
|
||||
#endif
|
||||
{
|
||||
LoadLibraryA("exchndl.dll");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
prevExceptionFilter = SetUnhandledExceptionFilter(RecordExceptionInfo);
|
||||
MakeCodeWritable();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue