mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
7 lines
139 B
C
7 lines
139 B
C
#pragma once
|
|
|
|
// Exclude rarely-used stuff from Windows headers
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
// Windows Header Files
|
|
#include <windows.h>
|