RENAMED: gui_file_dialog -> gui_window_file_dialog

For consistency with other gui modules
This commit is contained in:
Ray
2023-06-17 17:00:54 +02:00
parent e6860d2e06
commit b6db462f72
3 changed files with 26 additions and 23 deletions

View File

@ -351,6 +351,9 @@
<ItemGroup>
<ClCompile Include="..\..\..\examples\custom_file_dialog\custom_file_dialog.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\examples\custom_file_dialog\gui_window_file_dialog.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>