mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-18 17:20:06 -05:00
6 lines
149 B
C
6 lines
149 B
C
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
|
// Windows Header Files
|
|
#include <windows.h>
|