mirror of
https://github.com/WinDurango-project/WinDurango.git
synced 2025-02-17 01:09:01 +00: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>
|