mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
429 B
23 lines
429 B
|
|
/***************************************************************************
|
|
*
|
|
* 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
|
|
|