reactos/base
Joachim Henze 6e67380e28 [0.4.7][NFSD] Fix MSVC2010SP1 x86 dbg warning C4115 CORE-18104
can be observed with MSVC 2010SP1 (16.0.40219.1) x86 target in dbg configuation:
c:\047rls\reactos\base\services\nfsd\name_cache.h(77) : warning C4115: 'open_delegation_type4' : named type definition in parentheses

Fixed by adding a PCH. It helps most likely because that PCH influences the include order.
Fix picked from 0.4.8-dev-227-g af212ce508

It was the last C4115 on releases/0.4.7.
2022-03-27 16:21:59 +02:00
..
applications [0.4.7][REACTOS] Fix '\n.' typos CORE-18103 2022-03-25 19:06:12 +01:00
services [0.4.7][NFSD] Fix MSVC2010SP1 x86 dbg warning C4115 CORE-18104 2022-03-27 16:21:59 +02:00
setup [0.4.7][REACTOS] Fix '[0-9A-Za-z] \\n' typos in *.rc (with regular expr.) CORE-18103 2022-03-24 21:15:30 +01:00
shell [0.4.7][REACTOS] Fix '[0-9A-Za-z] \\n' typos in *.rc (with regular expr.) CORE-18103 2022-03-24 21:15:30 +01:00
system [0.4.7][REACTOS] Fix remaining ' \n' typos in *.rc CORE-18103 2022-03-24 21:56:03 +01:00
CMakeLists.txt