Ignore:
Timestamp:
Jun 10, 2020, 1:56:06 AM (5 years ago)
Author:
bird
Message:

kWorker: nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kWorker/kWorker.c

    r3367 r3368  
    31203120        || kHlpStrNICompAscii(pszFilename, TUPLE("ucrtbase"))        == 0
    31213121        || kHlpStrNICompAscii(pszFilename, TUPLE("api-ms-win-crt-")) == 0
    3122 #if 1 /* for debugging, only for debugging. */
     3122#if 0 /* for debugging, only for debugging. */
    31233123        || kHlpStrICompAscii(pszFilename, "c1.dll") == 0
    31243124        || kHlpStrICompAscii(pszFilename, "c1xx.dll") == 0
     
    32103210        || (   enmLocation != KWLOCATION_UNKNOWN
    32113211            && kwLdrIsVirtualApiModule(pszFilename, kHlpStrLen(pszFilename)))
    3212 #if 1 /* for debugging, only for debugging. */
     3212#if 0 /* for debugging, only for debugging. */
    32133213        //|| kHlpStrICompAscii(pszFilename, "c1.dll") == 0
    32143214        //|| kHlpStrICompAscii(pszFilename, "c1xx.dll") == 0
    3215 //        || kHlpStrICompAscii(pszFilename, "c2.dll") == 0
     3215        //|| kHlpStrICompAscii(pszFilename, "c2.dll") == 0
    32163216#endif
    32173217        ;
Note: See TracChangeset for help on using the changeset viewer.