summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-25 10:22:10 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-25 10:22:10 +0200
commit24e94e75160dcaf45ed91af359a0c4f6f83ae790 (patch)
tree67454481beba854fbfda387f91557f5351e5f302
parentFixed Lua bindings for file renaming in previous commits (diff)
downloadcuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar
cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.gz
cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.bz2
cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.lz
cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.xz
cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.zst
cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.zip
-rw-r--r--ProtoProxy/Globals.h2
-rw-r--r--ProtoProxy/ProtoProxy.vcproj52
2 files changed, 29 insertions, 25 deletions
diff --git a/ProtoProxy/Globals.h b/ProtoProxy/Globals.h
index bff83c84b..404044a5f 100644
--- a/ProtoProxy/Globals.h
+++ b/ProtoProxy/Globals.h
@@ -163,7 +163,7 @@ typedef short Int16;
// Common headers (part 1, without macros):
#include "StringUtils.h"
-#include "cCriticalSection.h"
+#include "OSSupport/CriticalSection.h"
diff --git a/ProtoProxy/ProtoProxy.vcproj b/ProtoProxy/ProtoProxy.vcproj
index aa1d138c3..dc11923f4 100644
--- a/ProtoProxy/ProtoProxy.vcproj
+++ b/ProtoProxy/ProtoProxy.vcproj
@@ -177,30 +177,6 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\source\ByteBuffer.cpp"
- >
- </File>
- <File
- RelativePath="..\source\ByteBuffer.h"
- >
- </File>
- <File
- RelativePath="..\source\cCriticalSection.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cCriticalSection.h"
- >
- </File>
- <File
- RelativePath="..\source\cIsThread.cpp"
- >
- </File>
- <File
- RelativePath="..\source\cIsThread.h"
- >
- </File>
- <File
RelativePath=".\Connection.cpp"
>
</File>
@@ -244,6 +220,34 @@
RelativePath=".\Server.h"
>
</File>
+ </Filter>
+ <Filter
+ Name="shared"
+ >
+ <File
+ RelativePath="..\source\ByteBuffer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\ByteBuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\OSSupport\CriticalSection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\OSSupport\CriticalSection.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\OSSupport\IsThread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\OSSupport\IsThread.h"
+ >
+ </File>
<File
RelativePath="..\source\StringUtils.cpp"
>