reactos/dll/win32/winsta/winsta.h
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

27 lines
553 B
C

/*
* PROJECT: ReactOS winsta.dll
* FILE: dll/win32/winsta/winsta.h
* PURPOSE: WinStation
* PROGRAMMER: Aleksey Bragin
* NOTES: This file contains exported functions relevant to
* userinit, winlogon, lsass and friends.
*/
#ifndef _WINSTA_H
#define _WINSTA_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winternl.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(winsta);
/* WinSta calling convention */
#define WINSTAAPI WINAPI
#endif /* _WINSTA_H */