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.

23 lines
467 B

  1. #include <windows.h>
  2. #include "dialogs.h"
  3. #include "miscid.h"
  4. #include "strings.h"
  5. LOCK_ICON ICON locked.ico
  6. IDD_SB_ICON_PW ICON sbpw.ico
  7. IDD_SB_ICON_DISK ICON sbdisk.ico
  8. #include "dialogs.dlg"
  9. #include "strings.rc"
  10. #include <ntverp.h>
  11. #define VER_FILETYPE VFT_DLL
  12. #define VER_FILESUBTYPE VFT2_UNKNOWN
  13. #define VER_FILEDESCRIPTION_STR "SAM Lock Tool"
  14. #define VER_INTERNALNAME_STR "samlock.exe"
  15. #include "common.ver"