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.

17 lines
492 B

  1. //**********************************************************************
  2. // File name: icwunicd.h
  3. //
  4. // Commonly used UNICDE definition header.
  5. //
  6. // Copyright (c) 1993-1999 Microsoft Corporation. All rights reserved.
  7. //**********************************************************************
  8. #ifndef _ICWUNICD_H_
  9. #define _ICWUNICD_H_
  10. #ifdef UNICODE
  11. #define REALLY_USE_UNICODE
  12. #endif
  13. #include <tchar.h> // _tsplitpath, _tmakepath, _ttoi, _itot
  14. #endif // _ICWUNICD_H_