chore: add dummy AsstPlatformPosix.h

This commit is contained in:
dantmnf
2022-09-05 01:33:45 +08:00
parent c51840bc6f
commit 9f04074a1e
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#if __has_include(<unistd.h>)
#endif

View File

@@ -23,6 +23,7 @@
<ClInclude Include="AsstHttp.hpp" />
<ClInclude Include="AsstImageIo.hpp" />
<ClInclude Include="AsstInfrastDef.h" />
<ClInclude Include="AsstPlatformPosix.h" />
<ClInclude Include="AsstPlatformWin32.h" />
<ClInclude Include="AsstUtils.hpp" />
<ClInclude Include="AsstTypes.h" />

View File

@@ -405,6 +405,9 @@
<ClInclude Include="AsstPlatformWin32.h">
<Filter>头文件\Utils</Filter>
</ClInclude>
<ClInclude Include="AsstPlatformPosix.h">
<Filter>头文件\Utils</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Controller.cpp">