mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 19:47:14 +00:00
Fix GCC build (3/3) :)
svn path=/trunk/; revision=74327
This commit is contained in:
parent
1cfc77902c
commit
82c97261bf
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "precomp.h"
|
||||
|
||||
// Local Constants
|
||||
static PCWSTR _pwszDatatypes[] = {
|
||||
static PWSTR _pwszDatatypes[] = {
|
||||
L"RAW",
|
||||
0
|
||||
};
|
||||
|
@ -114,7 +114,7 @@ EnumPrintProcessorDatatypesW(PWSTR pName, PWSTR pPrintProcessorName, DWORD Level
|
|||
DWORD dwDatatypeCount = 0;
|
||||
DWORD dwErrorCode;
|
||||
DWORD dwOffsets[_countof(_pwszDatatypes)];
|
||||
PCWSTR* pCurrentDatatype;
|
||||
PWSTR* pCurrentDatatype;
|
||||
PDWORD pCurrentOffset = dwOffsets;
|
||||
|
||||
TRACE("EnumPrintProcessorDatatypesW(%S, %S, %lu, %p, %lu, %p, %p)\n", pName, pPrintProcessorName, Level, pDatatypes, cbBuf, pcbNeeded, pcReturned);
|
||||
|
|
Loading…
Reference in a new issue