reactos/dll/win32/winsta/winsta.h
Hermès Bélusca-Maïto bb519801e2 - Sync with trunk r58248 to bring the latest changes from Amine (headers) and others (hebrew translation, etc...)
- Include only the necessary headers in csrss/csrsrv/basesrv/consrv/winsrv.

svn path=/branches/ros-csrss/; revision=58249
2013-01-28 22:45:53 +00:00

30 lines
604 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
/* Default header set */
#include <stdarg.h>
//#include <time.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 /* !def _WINSTA_H */