Fixing again windows build.

This commit is contained in:
sergiotarxz 2022-01-18 21:17:33 +01:00
parent 023fbf7e4d
commit d6200919d0
1 changed files with 2 additions and 2 deletions

View File

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