Fix include path

Fix include path in SandBox.cpp
This commit is contained in:
isaak654 2021-09-18 14:00:35 +02:00 committed by GitHub
parent b5b43c4aec
commit 812fc8c5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ typedef long NTSTATUS;
#include <windows.h>
#include "..\..\Sandboxie\common\win32_ntddk.h"
#include "Helpers/NtIO.h"
#include "../Helpers/NtIO.h"
//struct SSandBox
//{