Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
6721eb0f
Commit
6721eb0f
authored
Aug 16, 2013
by
deuce
Browse files
Lowercase windows.h for mingw32.
parent
a99d4dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xpdev/xp_dl.h
src/xpdev/xp_dl.h
+1
-1
No files found.
src/xpdev/xp_dl.h
View file @
6721eb0f
...
...
@@ -12,7 +12,7 @@
#define xp_dlsym(handle, name) dlsym(handle, #name)
#define xp_dlclose(handle) dlclose(handle)
#elif defined(_WIN32)
#include <
W
indows.h>
#include <
w
indows.h>
typedef
HMODULE
dll_handle
;
DLLEXPORT
dll_handle
DLLCALL
xp_dlopen
(
const
char
**
name
,
int
mode
,
int
major
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment