Skip to content
Snippets Groups Projects
Commit 4cfb0cc5 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

GDI needs CIOLIB_main as well

parent 30cc8cb4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4195 failed
......@@ -591,6 +591,15 @@ CIOLIBEXPORT void ansi_ciolib_setdoorway(int enable);
#endif
#endif
#ifdef WITH_GDI
#if defined(_WIN32) || defined(__DARWIN__)
#ifdef main
#undef main
#endif
#define main CIOLIB_main
#endif
#endif
#define CIOLIB_BUTTON_1 1
#define CIOLIB_BUTTON_2 2
#define CIOLIB_BUTTON_3 4
......
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