Changeset 1880 for trunk/dll/excputil.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/excputil.c
r1841 r1880 26 26 #define INCL_DOSMISC // DosDumpProcess? 27 27 #define INCL_DOSERRORS // NO_ERROR 28 // #include <os2.h>29 28 30 29 #include "wrappers.h" // xmalloc xfree … … 65 64 "DosSetExceptionHandler"); 66 65 } 67 68 #if 0 // 11 Dec 08 SHL fixme tobe gone - debug69 {70 static UINT when;71 if (++when == 2)72 *(char*)0 = 0;73 }74 #endif75 66 76 67 (*ptd->pfnThread)(ptd->pvArgs); // Invoke thread
Note:
See TracChangeset
for help on using the changeset viewer.