mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[winmm]
- Fix compilation with msc svn path=/branches/cmake-bringup/; revision=50707
This commit is contained in:
parent
53313b61be
commit
0020a48e12
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ BOOL LoadRegistryMMEDrivers(char* key)
|
|||
HKEY drivers_key;
|
||||
|
||||
DWORD value_name_length = 256;
|
||||
char value_name[value_name_length];
|
||||
char value_name[256];
|
||||
|
||||
DWORD value_data_length = 256;
|
||||
char value_data[value_data_length];
|
||||
char value_data[256];
|
||||
|
||||
DWORD value_type;
|
||||
|
||||
|
|
Loading…
Reference in a new issue