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

Allow the use of UIFC32

parent e607dea8
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,11 @@ int main(int argc, char **argv)
i=uifcinifltk(&uifc); /* fltk */
else
#endif
#if defined(USE_DIALOG)
#if defined(USE_UIFC32) /* "New" UIFC */
if(!door_mode)
i=uifcini32(&uifc); /* dialog */
else
#elif defined(USE_DIALOG)
if(!door_mode)
i=uifcinid(&uifc); /* dialog */
else
......
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