mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[USER32_APITEST] Move <strsafe.h> #inclusion
This commit is contained in:
parent
0e4db883e5
commit
9c5d8cf7db
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@
|
|||
* PURPOSE: debugging and analysis of message states
|
||||
* COPYRIGHT: Copyright 2019 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
||||
*/
|
||||
#include <strsafe.h>
|
||||
#include "undocuser.h"
|
||||
#include "winxx.h"
|
||||
#include <strsafe.h>
|
||||
|
||||
static void MsgDumpPrintf(LPCSTR fmt, ...)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue