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

Fix windows build

parent f9d921f8
No related branches found
No related tags found
No related merge requests found
Pipeline #6132 passed
......@@ -1037,7 +1037,7 @@ get_OSX_filename(char *fn, int fnlen, int type, int shared)
#elif defined(_WIN32) /* if defined(__APPLE__) && defined(__MACH__) */
static char *
get_win32_path(char *fn, int fnlen, int type, int shared)
get_win_filename(char *fn, int fnlen, int type, int shared)
{
char *home;
static dll_handle shell32 = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment