reactos/base/applications/fltmc/resource.h

15 lines
402 B
C

#pragma once
#define IDS_USAGE 0
#define IDS_USAGE_LOAD 1
#define IDS_USAGE_UNLOAD 2
#define IDS_USAGE_FILTERS 3
#define IDS_DISPLAY_FILTERS1 10
#define IDS_DISPLAY_FILTERS2 11
#define IDS_ERROR_PRIV 20
#define IDS_ERROR_FILTERS 21
#define IDS_ERROR_LOAD 22
#define IDS_ERROR_UNLOAD 23