Skip to content

Commit 0b84df4

Browse files
authored
Merge pull request #32 from TheNNX/freecell
Implement calling convention wrappers for freecell.exe/commctrl.dll
2 parents 50cfb25 + f318013 commit 0b84df4

15 files changed

+1306
-169
lines changed

COREDLL/COREDLL.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,14 @@
260260
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
261261
</ClCompile>
262262
<ClCompile Include="stdio_wcecl.cpp" />
263+
<ClCompile Include="stringapiset_wcecl.cpp" />
263264
<ClCompile Include="strsafe_wcecl.cpp" />
264265
<ClCompile Include="wcecl_dialogs.cpp" />
265266
<ClCompile Include="wcecl_memtools.cpp" />
266267
<ClCompile Include="winbase_wcecl.cpp" />
267268
<ClCompile Include="windows_wcecl.cpp" />
268269
<ClCompile Include="wingdi_wcecl.cpp" />
270+
<ClCompile Include="winnls_wcecl.cpp" />
269271
<ClCompile Include="winreg_wcecl.cpp" />
270272
<ClCompile Include="winuser_wcecl.cpp" />
271273
</ItemGroup>

COREDLL/COREDLL.vcxproj.filters

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
<ClCompile Include="stdio_wcecl.cpp">
8484
<Filter>Source Files</Filter>
8585
</ClCompile>
86+
<ClCompile Include="winnls_wcecl.cpp">
87+
<Filter>Source Files</Filter>
88+
</ClCompile>
89+
<ClCompile Include="stringapiset_wcecl.cpp">
90+
<Filter>Source Files</Filter>
91+
</ClCompile>
8692
</ItemGroup>
8793
<ItemGroup>
8894
<None Include="Exports.def">

0 commit comments

Comments
 (0)