WindowsXP-SP1/termsrv/publish/inc/winstaw.w
2020-09-30 16:53:49 +02:00

24 lines
452 B
OpenEdge ABL

/***************************************************************************
*
* 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