Zac Brown : include/winhttp.h: Add WINHTTP_TIME_FORMAT_BUFSIZE.
Module: wine Branch: master Commit: 72d201b03733e28e2b8e6891b18ae9e0af0c2ab4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=72d201b03733e28e2b8e6891b1... Author: Zac Brown <zac(a)zacbrown.org> Date: Mon Jul 28 10:26:07 2008 -0700 include/winhttp.h: Add WINHTTP_TIME_FORMAT_BUFSIZE. --- include/winhttp.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/winhttp.h b/include/winhttp.h index dab9bba..4c64768 100644 --- a/include/winhttp.h +++ b/include/winhttp.h @@ -436,6 +436,7 @@ typedef int INTERNET_SCHEME, *LPINTERNET_SCHEME; #define WINHTTP_AUTH_TARGET_SERVER 0x00000000 #define WINHTTP_AUTH_TARGET_PROXY 0x00000001 +#define WINHTTP_TIME_FORMAT_BUFSIZE 62 typedef struct {
participants (1)
-
Alexandre Julliard