summaryrefslogtreecommitdiff
path: root/win32/project/Balau.vcxproj
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-06-18 17:33:35 -0700
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-06-18 17:33:35 -0700
commite3c2cf74256daf8131f39631d349a9fa9cacacc2 (patch)
treecb6c1626f3e6ceea3e7d321cc754d43a99e9add0 /win32/project/Balau.vcxproj
parentc8894935485859b4f14dbf8be9d087e1d7399980 (diff)
Adding basic CurlTask, as well as support for it in Balau. Also removing c++11-surrogates.h, as we're on a modern compiler now.
Diffstat (limited to 'win32/project/Balau.vcxproj')
-rw-r--r--win32/project/Balau.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj
index c0b82de..f50aac4 100644
--- a/win32/project/Balau.vcxproj
+++ b/win32/project/Balau.vcxproj
@@ -270,7 +270,7 @@
<ClInclude Include="..\..\includes\BString.h" />
<ClInclude Include="..\..\includes\Buffer.h" />
<ClInclude Include="..\..\includes\BWebSocket.h" />
- <ClInclude Include="..\..\includes\c++11-surrogates.h" />
+ <ClInclude Include="..\..\includes\CurlTask.h" />
<ClInclude Include="..\..\includes\Exceptions.h" />
<ClInclude Include="..\..\includes\Handle.h" />
<ClInclude Include="..\..\includes\HelperTasks.h" />