mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[APITESTS]: Fix MSVC warning C4114: "same type qualifier used more than once".
svn path=/trunk/; revision=71642
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
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];
|
||||
NTSTATUS Status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user