Using _WIN32 instead.

This commit is contained in:
sergiotarxz 2022-01-18 21:20:58 +01:00
parent d6200919d0
commit 10e7ccab2b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#ifndef __CYGWIN64__ #ifndef _WIN32
#include <dlfcn.h> #include <dlfcn.h>
#endif #endif
@ -39,7 +39,7 @@ activate (AdwApplication *app,
AdwLeaflet *views_leaflet_search; AdwLeaflet *views_leaflet_search;
AdwHeaderBar *header_bar; AdwHeaderBar *header_bar;
#ifndef __CYGWIN64__ #ifndef _WIN32
swipe_back_t swipe_back = (swipe_back_t) dlsym swipe_back_t swipe_back = (swipe_back_t) dlsym
(NULL, "adw_leaflet_set_can_navigate_back"); (NULL, "adw_leaflet_set_can_navigate_back");