Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b9807b40
Commit
b9807b40
authored
Feb 15, 2001
by
Chris Morgan
Committed by
Alexandre Julliard
Feb 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add includes for <time.h>.
parent
ae70f5c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
ftp.c
dlls/wininet/ftp.c
+1
-0
http.c
dlls/wininet/http.c
+1
-0
internet.h
dlls/wininet/internet.h
+2
-0
No files found.
dlls/wininet/ftp.c
View file @
b9807b40
...
...
@@ -24,6 +24,7 @@
#endif
#include <sys/stat.h>
#include <unistd.h>
#include <time.h>
#ifdef HAVE_NETINET_IN_SYSTM_H
# include <netinet/in_systm.h>
#endif
...
...
dlls/wininet/http.c
View file @
b9807b40
...
...
@@ -29,6 +29,7 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <time.h>
#include "internet.h"
...
...
dlls/wininet/internet.h
View file @
b9807b40
#ifndef _WINE_INTERNET_H_
#define _WINE_INTERNET_H_
#include <time.h>
typedef
enum
{
WH_HINIT
=
INTERNET_HANDLE_TYPE_INTERNET
,
...
...
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