mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
8 lines
141 B
C
8 lines
141 B
C
#ifndef RESOURCE_H
|
|
#define RESOURCE_H
|
|
|
|
#define IDS_PRIMARY_PLAYBACK_DEVICE 100
|
|
#define IDS_PRIMARY_RECORD_DEVICE 101
|
|
|
|
#endif
|