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
d78ea3cc
Commit
d78ea3cc
authored
Nov 10, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 13, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/tapi.h: Add missing include directives.
parent
8e9c8762
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
assisted.c
dlls/tapi32/assisted.c
+2
-0
line.c
dlls/tapi32/line.c
+2
-0
phone.c
dlls/tapi32/phone.c
+1
-0
tapi.h
include/tapi.h
+6
-0
No files found.
dlls/tapi32/assisted.c
View file @
d78ea3cc
...
...
@@ -22,7 +22,9 @@
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "objbase.h"
#include "tapi.h"
#include "wine/debug.h"
...
...
dlls/tapi32/line.c
View file @
d78ea3cc
...
...
@@ -24,9 +24,11 @@
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "winnls.h"
#include "winerror.h"
#include "objbase.h"
#include "tapi.h"
#include "wine/debug.h"
...
...
dlls/tapi32/phone.c
View file @
d78ea3cc
...
...
@@ -22,6 +22,7 @@
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "tapi.h"
#include "wine/debug.h"
...
...
include/tapi.h
View file @
d78ea3cc
...
...
@@ -21,6 +21,12 @@
#ifndef __WINE_TAPI_H
#define __WINE_TAPI_H
#ifndef __WINESRC__
# include <windows.h>
#endif
#include <basetsd.h>
#include <oaidl.h>
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
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