add skeleton of win32 implementation

This commit is contained in:
Thomas Bernard
2018-06-01 13:13:35 +02:00
parent 6224a9f99e
commit b5e75d77b1
3 changed files with 73 additions and 0 deletions

View File

@@ -133,6 +133,7 @@
<ClCompile Include="..\..\src\transform.c" />
<ClCompile Include="..\..\src\unicode.c" />
<ClCompile Include="..\..\src\version.c" />
<ClCompile Include="..\..\src\win32screen.c" />
<ClCompile Include="..\..\src\windows.c" />
</ItemGroup>
<ItemGroup>

View File

@@ -177,6 +177,9 @@
<ClCompile Include="..\..\src\windows.c">
<Filter>Fichiers sources</Filter>
</ClCompile>
<ClCompile Include="..\..\src\win32screen.c">
<Filter>Fichiers sources</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\brush.h">