update parallel rdp

This commit is contained in:
Logan McNaughton
2022-08-02 13:22:33 -06:00
parent 14e7485541
commit d35199759d
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
9dacdc9d73c5febda2448fec9b393034fa5d9fe3
e6cf0e5ca257135acbcacfbdacd7cd3fdf3fb408
@@ -26,6 +26,9 @@
#ifndef _WIN32
#include <unistd.h>
#else
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
using namespace std;
@@ -25,6 +25,9 @@
#ifndef _WIN32
#include <unistd.h>
#else
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
namespace Vulkan