Leaked source code of windows server 2003
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
452 B

  1. /***************************************************************************
  2. *
  3. * WINSTAW.H (UNICODE version)
  4. *
  5. * This module contains external window station defines and structures
  6. *
  7. * Copyright Microsoft Corporation, 1998
  8. *
  9. *
  10. ****************************************************************************/
  11. #ifndef UNICODE
  12. #define _WINSTAW
  13. #define UNICODE
  14. #endif
  15. #include <winsta.h>
  16. #ifdef _WINSTAW
  17. #undef UNICODE
  18. #endif