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.

16 lines
274 B

  1. // Copyright (C) 1995-1999 Microsoft Corporation. All rights reserved.
  2. //
  3. // unicode.h
  4. //
  5. // Header file that forcibly turns on a unicode compile
  6. //
  7. #ifndef UNICODE
  8. #define UNICODE
  9. #endif
  10. #ifndef _UNICODE
  11. #define _UNICODE
  12. #endif
  13. #undef MBCS
  14. #undef _MBCS