parent
1e15027bd0
commit
2b240faffd
|
@ -77,3 +77,4 @@ packages/
|
|||
#Test files
|
||||
*.testsettings
|
||||
src/Version.h
|
||||
*.opendb
|
||||
|
|
|
@ -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:";
|
||||
|
|
Loading…
Reference in New Issue