From 260dc2c8828c70b0e147ea394f38e9ee6dc69ee3 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 13:18:21 +0500 Subject: wip --- FL/Fl.H | 4 ++-- FL/Fl_Cairo.H | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'FL') diff --git a/FL/Fl.H b/FL/Fl.H index 31d230da6..3a9b4bc1d 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -31,7 +31,7 @@ #include // pen and tablet events #include // historically included here -#ifdef FLTK_HAVE_CAIRO +#if FLTK_HAVE_CAIRO # include #endif @@ -738,7 +738,7 @@ FL_EXPORT extern int system(const char *command); // Convert Windows commandline arguments to UTF-8 (documented in src/Fl.cxx) FL_EXPORT extern int args_to_utf8(int argc, char ** &argv); -#ifdef FLTK_HAVE_CAIRO +#if FLTK_HAVE_CAIRO /** \defgroup group_cairo Cairo Support Functions and Classes @{ */ diff --git a/FL/Fl_Cairo.H b/FL/Fl_Cairo.H index 51639c980..4ae646768 100644 --- a/FL/Fl_Cairo.H +++ b/FL/Fl_Cairo.H @@ -35,7 +35,7 @@ #include -# ifdef FLTK_HAVE_CAIRO +# if FLTK_HAVE_CAIRO # include -- cgit v1.2.3