Files
PowerToys/src/modules/powerrename/testapp/stdafx.h
2020-03-24 08:51:23 +01:00

17 lines
341 B
C

#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>