mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
compile on windows
This commit is contained in:
@@ -103,7 +103,6 @@
|
|||||||
<ClCompile Include="src\Config.cpp" />
|
<ClCompile Include="src\Config.cpp" />
|
||||||
<ClCompile Include="src\ConnectionPool.cpp" />
|
<ClCompile Include="src\ConnectionPool.cpp" />
|
||||||
<ClCompile Include="src\Contract.cpp" />
|
<ClCompile Include="src\Contract.cpp" />
|
||||||
<ClCompile Include="src\Conversion.cpp" />
|
|
||||||
<ClCompile Include="src\DBInit.cpp" />
|
<ClCompile Include="src\DBInit.cpp" />
|
||||||
<ClCompile Include="src\DeterministicKeys.cpp" />
|
<ClCompile Include="src\DeterministicKeys.cpp" />
|
||||||
<ClCompile Include="src\ECIES.cpp" />
|
<ClCompile Include="src\ECIES.cpp" />
|
||||||
|
|||||||
@@ -66,9 +66,6 @@
|
|||||||
<ClCompile Include="src\ConnectionPool.cpp">
|
<ClCompile Include="src\ConnectionPool.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="src\Conversion.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="src\DBInit.cpp">
|
<ClCompile Include="src\DBInit.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ public:
|
|||||||
|
|
||||||
SField::ref e_field;
|
SField::ref e_field;
|
||||||
const SOE_Flags flags;
|
const SOE_Flags flags;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class STObject : public SerializedType
|
class STObject : public SerializedType
|
||||||
|
|||||||
Reference in New Issue
Block a user