mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +00:00
Fix build
This commit is contained in:
parent
d90beaeed2
commit
8da7fbc704
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue