mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 10:09:46 +00:00
[APITESTS]: Fix MSVC warning C4114: "same type qualifier used more than once".
svn path=/trunk/; revision=71642
This commit is contained in:
parent
caa61ecac3
commit
2a6da4ca41
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
START_TEST(RtlEncryptMemory)
|
START_TEST(RtlEncryptMemory)
|
||||||
{
|
{
|
||||||
static const CHAR const TestData[32] = "This is some test Message!!!";
|
static const CHAR TestData[32] = "This is some test Message!!!";
|
||||||
CHAR Buffer[32];
|
CHAR Buffer[32];
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue