Skip to content
Snippets Groups Projects
Commit d26d1f0b authored by deuce's avatar deuce
Browse files

uifc.h defines WIN_EXTKEYS, not WIN_EXTKEY

parent e36c671a
No related branches found
No related tags found
No related merge requests found
......@@ -1863,7 +1863,7 @@ int main(int argc, char** argv) {
"\nToDo: Add Help";
while(1) {
j=uifc.list(WIN_L2R|WIN_ESC|WIN_ACT|WIN_DYN|WIN_ORG|WIN_EXTKEY,0,5,0,&main_dflt,&main_bar
j=uifc.list(WIN_L2R|WIN_ESC|WIN_ACT|WIN_DYN|WIN_ORG|WIN_EXTKEYS,0,5,0,&main_dflt,&main_bar
,title,mopt);
if(j == -2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment