Fix build

This commit is contained in:
Colin Finck 2020-02-12 19:59:23 +01:00
parent d90beaeed2
commit 8da7fbc704
No known key found for this signature in database
GPG key ID: 1BA74E70456BA1A9
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
#include <winspool_c.h> #include <winspool_c.h>
#include <winddiui.h> #include <winddiui.h>
#include <ndk/rtlfuncs.h> #include <ndk/rtlfuncs.h>
#include <strsafe.h>
#include <spoolss.h> #include <spoolss.h>
#include <marshalling/marshalling.h> #include <marshalling/marshalling.h>

View file

@ -5,7 +5,7 @@
* COPYRIGHT: Copyright 2020 Doug Lyons (douglyons@douglyons.com) * COPYRIGHT: Copyright 2020 Doug Lyons (douglyons@douglyons.com)
*/ */
#include <strsafe.h> #include "precomp.h"
BOOL UnicodeToAnsiInPlace(PWSTR pwszField) BOOL UnicodeToAnsiInPlace(PWSTR pwszField)
{ {