Use One-Time Initialization for glyph run caching to avoid duplicate glyph run genera...
[gdipp.git] / gdipp_lib / api.h
blobf38af39311f06e4f064917663c77e15dc5fee189
1 #pragma once
3 #ifdef GDIPP_EXPORTS
4 #define GDIPP_API __declspec(dllexport)
5 #else
6 #define GDIPP_API __declspec(dllimport)
7 #endif // GDIPP_EXPORTS