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

Don't #include rgbmap.h unless you plan to use it.

Should fix curses-only build.
parent bbd16c32
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4234 passed
...@@ -46,7 +46,9 @@ static const KNOWNFOLDERID FOLDERID_ProgramData = { ...@@ -46,7 +46,9 @@ static const KNOWNFOLDERID FOLDERID_ProgramData = {
#include <xp_dl.h> /* xp_dlopen() and friends */ #include <xp_dl.h> /* xp_dlopen() and friends */
#endif /* ifdef _WIN32 */ #endif /* ifdef _WIN32 */
#ifdef HAS_BITMAP
#include <rgbmap.h> #include <rgbmap.h>
#endif
#include <ciolib.h> #include <ciolib.h>
#include <cterm.h> #include <cterm.h>
#include <dirwrap.h> #include <dirwrap.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment