[libsoup/gnome-3-18] Add missing prototype
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/gnome-3-18] Add missing prototype
- Date: Tue, 13 Oct 2015 10:15:34 +0000 (UTC)
commit d61b9ab74d9616d5b3d687b10b4794bfb2401a2a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Oct 13 12:14:13 2015 +0200
Add missing prototype
This is needed for mingw
libsoup/soup-init.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libsoup/soup-init.c b/libsoup/soup-init.c
index 92eb837..c4950ce 100644
--- a/libsoup/soup-init.c
+++ b/libsoup/soup-init.c
@@ -38,6 +38,10 @@ soup_init (void)
#if defined (G_OS_WIN32)
+BOOL WINAPI DllMain (HINSTANCE hinstDLL,
+ DWORD fdwReason,
+ LPVOID lpvReserved);
+
BOOL WINAPI
DllMain (HINSTANCE hinstDLL,
DWORD fdwReason,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]