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
23 lines
467 B
#include <windows.h>
|
|
#include "dialogs.h"
|
|
#include "miscid.h"
|
|
#include "strings.h"
|
|
|
|
|
|
LOCK_ICON ICON locked.ico
|
|
IDD_SB_ICON_PW ICON sbpw.ico
|
|
IDD_SB_ICON_DISK ICON sbdisk.ico
|
|
|
|
|
|
#include "dialogs.dlg"
|
|
#include "strings.rc"
|
|
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "SAM Lock Tool"
|
|
#define VER_INTERNALNAME_STR "samlock.exe"
|
|
|
|
#include "common.ver"
|