[0.4.7][NFSD] Fix MSVC2010SP1 x86 dbg warning C4115 CORE-18104
authorJoachim Henze <Joachim.Henze@reactos.org>
Sun, 27 Mar 2022 14:21:59 +0000 (16:21 +0200)
committerJoachim Henze <Joachim.Henze@reactos.org>
Sun, 27 Mar 2022 14:21:59 +0000 (16:21 +0200)
commit6e67380e284d38ee6f59bf97711df06b025ba45b
tree097d567759900306f77282949af8fd04850bc7f8
parente9154dd63b0f02265b27b64ad08120944ee4ea91
[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 af212ce50845f41af25090f236da77d0879c86ee

It was the last C4115 on releases/0.4.7.
base/services/nfsd/CMakeLists.txt
base/services/nfsd/precomp.h [new file with mode: 0644]