mirror of
https://github.com/reactos/reactos.git
synced 2024-12-04 08:53:32 +08:00
21 lines
309 B
C
21 lines
309 B
C
|
|
#ifndef _TAPI32_PCH_
|
|
#define _TAPI32_PCH_
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <winreg.h>
|
|
#include <winnls.h>
|
|
#include <objbase.h>
|
|
#include <tapi.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_TAPI32_PCH_ */
|