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.

18 lines
292 B

  1. //
  2. // uniwrap.h
  3. //
  4. // Unicode wrappers
  5. //
  6. // Copyright(C) Microsoft Corporation 2000
  7. // Author: Nadim Abdo (nadima)
  8. //
  9. // based on code from shell\shlwapi\unicwrap.*
  10. //
  11. #ifndef _uniwrap_h_
  12. #define _uniwrap_h_
  13. extern BOOL g_fUnicodeWrapsInitialized;
  14. #endif //_uniwrap_h_