mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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
|