Changeset 2916 for trunk/src/kmk/main.c


Ignore:
Timestamp:
Sep 15, 2016, 1:41:42 PM (9 years ago)
Author:
bird
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/main.c

    r2914 r2916  
    920920
    921921#ifdef WINDOWS32
     922# ifndef KMK
    922923/*
    923924 * HANDLE runtime exceptions by avoiding a requestor on the GUI. Capture
     
    994995#endif
    995996}
     997# endif /* !KMK */
    996998
    997999/*
     
    13811383
    13821384# ifndef ELECTRIC_HEAP /* Drop this because it prevents JIT debugging. */
     1385#  ifndef KMK /* Don't want none of this crap. */
    13831386  SetUnhandledExceptionFilter(handle_runtime_exceptions);
     1387#  endif
    13841388# endif /* !ELECTRIC_HEAP */
    13851389
Note: See TracChangeset for help on using the changeset viewer.