mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
Move from sdk-provided cppwinrt-1.x to cppwinrt-2.x nuget package (#2246)
This commit is contained in:
16
src/modules/powerrename/testapp/pch.h
Normal file
16
src/modules/powerrename/testapp/pch.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "targetver.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
// Windows Header Files
|
||||
#include <windows.h>
|
||||
|
||||
// C RunTime Header Files
|
||||
#include <cstdlib>
|
||||
#include <malloc.h>
|
||||
#include <memory.h>
|
||||
#include <tchar.h>
|
||||
#include <atlbase.h>
|
||||
#include <strsafe.h>
|
||||
#include <pathcch.h>
|
||||
Reference in New Issue
Block a user