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.

27 lines
527 B

  1. /*----
  2. Copyright (c) 1991-2002, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. nlssafe.h
  5. Abstract:
  6. This file is present for strsafe support. We cannot add this to nls.h
  7. as not all of the clients who include this file are "safe" in the
  8. strsafe sense.
  9. Revision History:
  10. 03-22-2002 v-michka Created.
  11. --*/
  12. #ifndef _STRSAFE_H_INCLUDED_
  13. // CONSIDER: Use the lib version of strsafe here?
  14. //#define STRSAFE_LIB
  15. #include <strsafe.h>
  16. #endif _STRSAFE_H_INCLUDED_