Changeset 2916 for trunk/src/kmk/main.c
- Timestamp:
- Sep 15, 2016, 1:41:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r2914 r2916 920 920 921 921 #ifdef WINDOWS32 922 # ifndef KMK 922 923 /* 923 924 * HANDLE runtime exceptions by avoiding a requestor on the GUI. Capture … … 994 995 #endif 995 996 } 997 # endif /* !KMK */ 996 998 997 999 /* … … 1381 1383 1382 1384 # ifndef ELECTRIC_HEAP /* Drop this because it prevents JIT debugging. */ 1385 # ifndef KMK /* Don't want none of this crap. */ 1383 1386 SetUnhandledExceptionFilter(handle_runtime_exceptions); 1387 # endif 1384 1388 # endif /* !ELECTRIC_HEAP */ 1385 1389
Note:
See TracChangeset
for help on using the changeset viewer.