mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
7 lines
141 B
C
7 lines
141 B
C
#ifndef RESOURCE_H
|
|
#define RESOURCE_H
|
|
|
|
#define IDS_PRIMARY_PLAYBACK_DEVICE 100
|
|
#define IDS_PRIMARY_RECORD_DEVICE 101
|
|
|
|
#endif
|