reactos/base/applications/fltmc/resource.h
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

14 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