Skip to content

Commit

Permalink
[CKPE]
Browse files Browse the repository at this point in the history
rc2json: fix for yak with resource hacker
  • Loading branch information
Perchik71 committed Nov 26, 2024
1 parent 190e0a9 commit 64e9972
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rc2json/rc2json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
#include <stdlib.h>

static const std::map<std::string, std::string> mapStdControlType = {
{ "LISTVIEW", "SysListView32" },
{ "BUTTON", "BUTTON" },
{ "STATIC", "STATIC" },
{ "EDIT", "EDIT" },
{ "COMBOBOX", "COMBOBOX" },
{ "TREEVIEW", "SysTreeView32" },
{ "TABVIEW", "SysTabControl32" },
{ "REBAR", "ReBarWindow32" },
Expand Down
Binary file modified rc2json/version/build_version.txt
Binary file not shown.
Binary file modified rc2json/version/resource_version2.h
Binary file not shown.

0 comments on commit 64e9972

Please sign in to comment.