mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
14 lines
402 B
C
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
|