split wndproc into its own file

This commit is contained in:
freedom
2023-07-19 02:17:52 -06:00
parent 3d82ea0745
commit d2c8b2ba53
6 changed files with 132 additions and 56 deletions

View File

@@ -158,6 +158,7 @@
<ItemGroup>
<ClCompile Include="progmgr.c" />
<ClCompile Include="registry.c" />
<ClCompile Include="wndproc.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="lang\dlg_en-US.rc" />