Skip to content

Commit

Permalink
Merge pull request #68 from larsewi/windows
Browse files Browse the repository at this point in the history
Include windows.h instead of libloader.h
  • Loading branch information
larsewi authored May 3, 2024
2 parents aa1e9f4 + 54240f5 commit c5fd855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([leech], [0.1.14], [https://github.com/larsewi/leech/issues], [leech],
AC_INIT([leech], [0.1.15], [https://github.com/larsewi/leech/issues], [leech],
[https://github.com/larsewi/leech])
AC_CONFIG_SRCDIR([lib/leech.h])

Expand Down
3 changes: 1 addition & 2 deletions lib/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
#if HAVE_DLFCN_H
#include <dlfcn.h>
#elif defined(_WIN32)
#include <errhandlingapi.h>
#include <libloaderapi.h>
#include <windows.h>
#endif

#include "logger.h"
Expand Down

0 comments on commit c5fd855

Please sign in to comment.