mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[UNIATA] PROPERLY mark the rosdiff when touching 3rd party code
This is an addendum to 0.4.15-dev-5854-g 08248e83a0
from (#5053).
The review requests had not been addressed entirely before committing!
This commit is contained in:
parent
5c8d578a15
commit
16decc61be
1 changed files with 1 additions and 1 deletions
|
@ -1941,8 +1941,8 @@ UniataClaimLegacyPCIIDE(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
UNICODE_STRING devname;
|
|
||||||
PCM_RESOURCE_LIST resourceList = NULL;
|
PCM_RESOURCE_LIST resourceList = NULL;
|
||||||
|
UNICODE_STRING devname;
|
||||||
#ifdef __REACTOS__
|
#ifdef __REACTOS__
|
||||||
PCM_RESOURCE_LIST oldResList = NULL;
|
PCM_RESOURCE_LIST oldResList = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue