mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
dsound: Make some data const.
This commit is contained in:
parent
c9a57ee196
commit
616b65532b
@ -78,7 +78,7 @@ DirectSoundCaptureDevice * DSOUND_capture[MAXWAVEDRIVERS];
|
||||
|
||||
static HRESULT DirectSoundCaptureDevice_Create(DirectSoundCaptureDevice ** ppDevice);
|
||||
|
||||
static const char * captureStateString[] = {
|
||||
static const char * const captureStateString[] = {
|
||||
"STATE_STOPPED",
|
||||
"STATE_STARTING",
|
||||
"STATE_CAPTURING",
|
||||
|
Loading…
Reference in New Issue
Block a user