mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
7 lines
121 B
C
7 lines
121 B
C
#if !defined(_WINSTA_H)
|
|
#define _WINSTA_H
|
|
|
|
#define WINSTASTUB(n) VOID STDCALL n (VOID) { }
|
|
|
|
#endif /* !def _WINSTA_H */
|
|
|