Fix GCC build, part 4/X (losing my optimism)

svn path=/trunk/; revision=74328
This commit is contained in:
Colin Finck
2017-04-16 15:51:44 +00:00
parent 82c97261bf
commit 12e208e27a
+3 -3
View File
@@ -2,7 +2,7 @@
* PROJECT: ReactOS Spooler Router API Tests
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* PURPOSE: Tests for PackStrings
* COPYRIGHT: Copyright 2015 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2015-2017 Colin Finck <[email protected]>
*/
#include <apitest.h>
@@ -21,8 +21,8 @@ EXAMPLE_STRUCT, *PEXAMPLE_STRUCT;
START_TEST(PackStrings)
{
PCWSTR Source1[] = { L"Test", L"String" };
PCWSTR Source2[] = { L"Test", NULL };
PWSTR Source1[] = { L"Test", L"String" };
PWSTR Source2[] = { L"Test", NULL };
BYTE Buffer[50];
PBYTE pEnd;