Changeset 2965
- Timestamp:
- Sep 23, 2016, 8:54:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kWorker/kWorker.c
r2962 r2965 959 959 { 960 960 # if K_ARCH == K_ARCH_X86_32 961 /* Visual C++ 2010 reserves 0x04b00000, Visual C++ 2015 reserves 0x05300000. We get 0x06800000. */ 962 { KUPTR_C( 0x11000000), KSIZE_C( 0x06800000), NULL }, 961 /* Visual C++ 2010 reserves 0x04b00000 by default, and Visual C++ 2015 reserves 962 0x05300000. We get 0x0f000000 to handle large precompiled header files. */ 963 { KUPTR_C( 0x11000000), KSIZE_C( 0x0f000000), NULL }, 963 964 # else 964 965 { KUPTR_C(0x000006BB00000000), KSIZE_C(0x000000002EE00000), NULL },
Note:
See TracChangeset
for help on using the changeset viewer.