ReactOS 0.4.15-dev-7958-gcd0bb1a
winsta.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS winsta.dll
3 * FILE: dll/win32/winsta/winsta.h
4 * PURPOSE: WinStation
5 * PROGRAMMER: Aleksey Bragin
6 * NOTES: This file contains exported functions relevant to
7 * userinit, winlogon, lsass and friends.
8 */
9
10#ifndef _WINSTA_H
11#define _WINSTA_H
12
13#include <stdarg.h>
14
15#include <windef.h>
16#include <winbase.h>
17#include <winternl.h>
18
19#include <wine/debug.h>
20
22
23/* WinSta calling convention */
24#define WINSTAAPI WINAPI
25
26#endif /* _WINSTA_H */
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
Definition: precomp.h:23