2020-04-20 21:01:21 -07:00
|
|
|
// pch.h: This is a precompiled header file.
|
|
|
|
|
// Files listed below are compiled only once, improving build performance for future builds.
|
|
|
|
|
// This also affects IntelliSense performance, including code completion and many code browsing features.
|
|
|
|
|
// However, files listed here are ALL re-compiled if any one of them is updated between builds.
|
|
|
|
|
// Do not add files here that you will be updating frequently as this negates the performance advantage.
|
2024-08-08 15:26:43 +01:00
|
|
|
#pragma once
|
2020-06-11 12:59:36 -07:00
|
|
|
#define WIN32_LEAN_AND_MEAN
|
2020-04-20 21:01:21 -07:00
|
|
|
// add headers that you want to pre-compile here
|
2024-12-06 06:33:08 -10:00
|
|
|
#include <Unknwn.h>
|
2024-08-08 15:26:43 +01:00
|
|
|
#include <winrt/base.h>
|
|
|
|
|
#include <winrt/Windows.Foundation.h>
|
|
|
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
2020-06-11 12:59:36 -07:00
|
|
|
#include <Windows.h>
|
2021-10-25 15:40:19 +02:00
|
|
|
#include <Endpointvolume.h>
|