aboutsummaryrefslogtreecommitdiff
path: root/src/include/plibc.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-05 11:26:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-05 11:26:18 +0000
commitbc83770144cc547a917fc27f0f572859ae203fce (patch)
treedd569a25e9832cdc91838af49f4ad76b4f9b83d1 /src/include/plibc.h
parent22d94c49ad387d3b7e373a955495ae39362b801a (diff)
downloadgnunet-bc83770144cc547a917fc27f0f572859ae203fce.tar.gz
gnunet-bc83770144cc547a917fc27f0f572859ae203fce.zip
LRN patch from Mantis #1615
Diffstat (limited to 'src/include/plibc.h')
-rw-r--r--src/include/plibc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/plibc.h b/src/include/plibc.h
index 4e3204c98..a59e53de9 100644
--- a/src/include/plibc.h
+++ b/src/include/plibc.h
@@ -50,8 +50,9 @@ extern "C" {
50 #include "langinfo.h" 50 #include "langinfo.h"
51#endif 51#endif
52 52
53#include <windows.h> 53#include <winsock2.h>
54#include <ws2tcpip.h> 54#include <ws2tcpip.h>
55#include <windows.h>
55#include <sys/types.h> 56#include <sys/types.h>
56#include <time.h> 57#include <time.h>
57#include <stdio.h> 58#include <stdio.h>
@@ -334,7 +335,7 @@ BOOL _plibc_CreateShortcut(const char *pszSrc, const char *pszDest);
334BOOL _plibc_DereferenceShortcut(char *pszShortcut); 335BOOL _plibc_DereferenceShortcut(char *pszShortcut);
335char *plibc_ChooseDir(char *pszTitle, unsigned long ulFlags); 336char *plibc_ChooseDir(char *pszTitle, unsigned long ulFlags);
336char *plibc_ChooseFile(char *pszTitle, unsigned long ulFlags); 337char *plibc_ChooseFile(char *pszTitle, unsigned long ulFlags);
337long QueryRegistry(HKEY hMainKey, char *pszKey, char *pszSubKey, 338long QueryRegistry(HKEY hMainKey, const char *pszKey, const char *pszSubKey,
338 char *pszBuffer, long *pdLength); 339 char *pszBuffer, long *pdLength);
339 340
340BOOL __win_IsHandleMarkedAsBlocking(int hHandle); 341BOOL __win_IsHandleMarkedAsBlocking(int hHandle);