1
0
Fork 0

Remove confusing reference to SDL/GLUT

This commit is contained in:
James Turner 2013-10-26 21:12:57 +01:00
parent 3cdf948c8b
commit d127f7709f

View file

@ -131,10 +131,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
static void fg_terminate() {
cerr << endl <<
"Uncaught Exception: you should see a meaningful error message\n"
"here, but your GLUT (or SDL) library was apparently compiled\n"
"and/or linked without exception support. Please complain to\n"
"its provider!"
"Uncaught Exception: missing exception handler on some thread"
<< endl << endl;
abort();
}