mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
9 lines
82 B
C
9 lines
82 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#ifndef PCH_H
|
||
|
|
#define PCH_H
|
||
|
|
|
||
|
|
#include "framework.h"
|
||
|
|
|
||
|
|
#endif //PCH_H
|