Use One-Time Initialization for glyph run caching to avoid duplicate glyph run genera...
[gdipp.git] / gdipp_loader / stdafx.h
blob6d5413aab0ecafaaf72747df0c61e3ffbafa3ce2
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
6 #pragma once
8 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
9 // Windows Header Files:
10 #include <windows.h>
11 #include <shellapi.h>
12 #include <shlwapi.h>
14 // C RunTime Header Files
15 #include <cassert>
16 #include <vector>
18 // EasyHook
19 #include "EasyHook/easyhook.h"