Commit d78ea3cc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include/tapi.h: Add missing include directives.

parent 8e9c8762
......@@ -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"
......
......@@ -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"
......
......@@ -22,6 +22,7 @@
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "tapi.h"
#include "wine/debug.h"
......
......@@ -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) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment