24 lines
429 B
C
24 lines
429 B
C
|
|
/***************************************************************************
|
|
*
|
|
* WINSTAW.H (UNICODE version)
|
|
*
|
|
* This module contains external window station defines and structures
|
|
*
|
|
* Copyright Microsoft Corporation, 1998
|
|
*
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef UNICODE
|
|
#define _WINSTAW
|
|
#define UNICODE
|
|
#endif
|
|
|
|
#include <winsta.h>
|
|
|
|
#ifdef _WINSTAW
|
|
#undef UNICODE
|
|
#endif
|
|
|