mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
17 lines
519 B
C
17 lines
519 B
C
#pragma once
|
|
|
|
#define IDD_SAVEOPTIONS 0x0100
|
|
#define IDC_INTERLEAVE 0x0110
|
|
#define IDC_INTERLEAVEEVERY 0x0111
|
|
#define IDC_STREAM 0x0112
|
|
#define IDC_OPTIONS 0x0113
|
|
#define IDC_FORMATTEXT 0x0114
|
|
|
|
#define IDS_WAVESTREAMFORMAT 0x0100
|
|
#define IDS_WAVEFILETYPE 0x0101
|
|
#define IDS_ALLMULTIMEDIA 0x0184
|
|
#define IDS_ALLFILES 0x0185
|
|
#define IDS_VIDEO 0x0189
|
|
#define IDS_AUDIO 0x0190
|
|
#define IDS_AVIFILETYPE 0x0192
|
|
#define IDS_UNCOMPRESSED 0x0193
|