mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
Fix GCC build (3/3) :)
svn path=/trunk/; revision=74327
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user