Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

29 lines
628 B

#include "windows.h"
#include "owntree.h"
#include "res.h"
OwnTreeMenu MENU
BEGIN
MENUITEM "&Run", IDM_OWNTREE
END
#include "mystring.h"
STRINGTABLE
BEGIN
IDS_OPENERROR, "OwnTree encountered an error on:"
IDS_FILESYSERROR, "Indicated drive is not NTFS!"
IDS_MEMERROR, "No Memory!"
IDS_CANCELQUERY, "Terminate OwnTree?"
IDS_CANCELCAPTION, "Cancel"
IDS_FSERROR, "Cannot determine file system type!"
IDS_FSWRONGTYPE, "Specified drive is not NTFS!"
IDS_SETOWNERR, "Error changing file ownership!"
IDS_INVALIDPATH, "Invalid path name!"
END
#include "res.dlg"