Source code of Windows XP (NT5)
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
219 B

  1. #ifndef __PWDSSP_H__
  2. #define __PWDSSP_H__
  3. #define PWDSSP_NAME_A "PWDSSP"
  4. #define PWDSSP_NAME_W L"PWDSSP"
  5. #ifdef UNICODE
  6. #define PWDSSP_NAME PWDSSP_NAME_W
  7. #else
  8. #define PWDSSP_NAME PWDSSP_NAME_A
  9. #endif
  10. #endif