Skip to content

Commit

Permalink
Merge pull request #32 from TheNNX/freecell
Browse files Browse the repository at this point in the history
Implement calling convention wrappers for freecell.exe/commctrl.dll
  • Loading branch information
dz333n authored Apr 19, 2024
2 parents 50cfb25 + f318013 commit 0b84df4
Show file tree
Hide file tree
Showing 15 changed files with 1,306 additions and 169 deletions.
2 changes: 2 additions & 0 deletions COREDLL/COREDLL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,14 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="stdio_wcecl.cpp" />
<ClCompile Include="stringapiset_wcecl.cpp" />
<ClCompile Include="strsafe_wcecl.cpp" />
<ClCompile Include="wcecl_dialogs.cpp" />
<ClCompile Include="wcecl_memtools.cpp" />
<ClCompile Include="winbase_wcecl.cpp" />
<ClCompile Include="windows_wcecl.cpp" />
<ClCompile Include="wingdi_wcecl.cpp" />
<ClCompile Include="winnls_wcecl.cpp" />
<ClCompile Include="winreg_wcecl.cpp" />
<ClCompile Include="winuser_wcecl.cpp" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions COREDLL/COREDLL.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<ClCompile Include="stdio_wcecl.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="winnls_wcecl.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="stringapiset_wcecl.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="Exports.def">
Expand Down
Loading

0 comments on commit 0b84df4

Please sign in to comment.