Files
PowerToys/src/modules/powerrename/testapp/stdafx.h

17 lines
341 B
C
Raw Normal View History

#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
2020-03-24 03:51:23 -04:00
#include <cstdlib>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>
#include <atlbase.h>
#include <strsafe.h>
#include <pathcch.h>