Changeset 3368 for trunk/src/kWorker/kWorker.c
- Timestamp:
- Jun 10, 2020, 1:56:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kWorker/kWorker.c
r3367 r3368 3120 3120 || kHlpStrNICompAscii(pszFilename, TUPLE("ucrtbase")) == 0 3121 3121 || kHlpStrNICompAscii(pszFilename, TUPLE("api-ms-win-crt-")) == 0 3122 #if 1/* for debugging, only for debugging. */3122 #if 0 /* for debugging, only for debugging. */ 3123 3123 || kHlpStrICompAscii(pszFilename, "c1.dll") == 0 3124 3124 || kHlpStrICompAscii(pszFilename, "c1xx.dll") == 0 … … 3210 3210 || ( enmLocation != KWLOCATION_UNKNOWN 3211 3211 && kwLdrIsVirtualApiModule(pszFilename, kHlpStrLen(pszFilename))) 3212 #if 1/* for debugging, only for debugging. */3212 #if 0 /* for debugging, only for debugging. */ 3213 3213 //|| kHlpStrICompAscii(pszFilename, "c1.dll") == 0 3214 3214 //|| kHlpStrICompAscii(pszFilename, "c1xx.dll") == 0 3215 //|| kHlpStrICompAscii(pszFilename, "c2.dll") == 03215 //|| kHlpStrICompAscii(pszFilename, "c2.dll") == 0 3216 3216 #endif 3217 3217 ;
Note:
See TracChangeset
for help on using the changeset viewer.