Rename terminate to nh_terminate so VS2015 can compile
This commit is contained in:
@@ -129,7 +129,7 @@ const char *mesg;
|
||||
{
|
||||
clearlocks();
|
||||
Gem_exit_nhwindows(mesg);
|
||||
terminate(EXIT_SUCCESS);
|
||||
nh_terminate(EXIT_SUCCESS);
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user