Prevent redefined status warning

From
f24486fa17
This commit is contained in:
PatrickvL 2016-11-08 13:57:13 +01:00
parent 1e15027bd0
commit 2b240faffd
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -77,3 +77,4 @@ packages/
#Test files
*.testsettings
src/Version.h
*.opendb

View File

@ -39,7 +39,9 @@
#include <string>
#include <Shlobj.h>
#include <Shlwapi.h>
#pragma warning(disable:4005) // Ignore redefined status values
#include <ntstatus.h>
#pragma warning(default:4005)
#include "CxbxKrnl.h"
std::string DriveSerial = "\\??\\serial:";