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


Ignore:
Timestamp:
Oct 3, 2019, 8:38:20 AM (6 years ago)
Author:
bird
Message:

kmk/win: Two CONFIG_NEW_WIN_CHILDREN fixes (inverted #ifdef's), can now use all threads on systems with more than 64 (for whatever good it does).

File:
1 edited

Legend:

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

    r3252 r3297  
    15201520    if (!cpus)
    15211521      cpus = 1;
    1522 #  ifdef CONFIG_NEW_WIN_CHILDREN
     1522#  ifndef CONFIG_NEW_WIN_CHILDREN
    15231523    if (cpus > 64)
    15241524      cpus = 64; /* (wait for multiple objects limit) */
Note: See TracChangeset for help on using the changeset viewer.