Skip to content

Commit

Permalink
windows does not have dlfcn
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Dec 15, 2024
1 parent 1d40839 commit fc0abfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/oneshot-wallpaper-binding.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <cstdio>
#include <dlfcn.h>
#include <fstream>
#include <iostream>
#include <map>
Expand Down Expand Up @@ -30,6 +29,7 @@ static bool isCached = false;
#include "mac-desktop.h"
static bool isCached = false;
#else
#include <dlfcn.h>
#include <gio/gio.h>
#include <glib.h>
#include <iostream>
Expand Down

0 comments on commit fc0abfc

Please sign in to comment.