From 1f6d18efcd37d4ce8aae86fdf495d511697597d5 Mon Sep 17 00:00:00 2001 From: kubouch Date: Sat, 11 Jul 2020 15:10:47 +0300 Subject: [PATCH] Fix getopt include for Windows build of capture --- capture/build/win32/capture.vcxproj | 6 +++--- capture/build/win32/capture.vcxproj.filters | 15 +++++++++------ capture/src/capture.cpp | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/capture/build/win32/capture.vcxproj b/capture/build/win32/capture.vcxproj index 1c9b8c11..2a9230b3 100644 --- a/capture/build/win32/capture.vcxproj +++ b/capture/build/win32/capture.vcxproj @@ -138,6 +138,7 @@ + @@ -171,7 +172,6 @@ - @@ -184,6 +184,7 @@ + @@ -227,9 +228,8 @@ - - + \ No newline at end of file diff --git a/capture/build/win32/capture.vcxproj.filters b/capture/build/win32/capture.vcxproj.filters index 30b334b5..8b0cc276 100644 --- a/capture/build/win32/capture.vcxproj.filters +++ b/capture/build/win32/capture.vcxproj.filters @@ -13,6 +13,9 @@ {043ecb94-f240-4986-94b0-bc5bbd415a82} + + {ee9737d2-69c7-44da-b9c7-539d18f9d4b4} + @@ -33,9 +36,6 @@ src - - src - common @@ -129,6 +129,9 @@ server + + getopt + @@ -179,9 +182,6 @@ server - - src - common @@ -293,5 +293,8 @@ server + + getopt + \ No newline at end of file diff --git a/capture/src/capture.cpp b/capture/src/capture.cpp index 341f8c02..6b911b85 100644 --- a/capture/src/capture.cpp +++ b/capture/src/capture.cpp @@ -15,7 +15,7 @@ #include "../../server/TracyMemory.hpp" #include "../../server/TracyPrint.hpp" #include "../../server/TracyWorker.hpp" -#include "getopt.h" +#include "../../getopt/getopt.h" bool disconnect = false;