reactos/dll/win32/winsta/winsta.h
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

29 lines
602 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 */