/
dgrigorev
/
wsh
Обзор
Документация
Войти
/
dgrigorev
/
wsh
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/guid_init.cpp
12 строк
398 B
Dmitry Grigorev
temp commit. wsh remake conpty
23 мар 2026, 12:46
23 мар 2026, 12:46
db7be99
Код
Авторство
О чём код?
/* * guid_init.c — Define COM GUIDs for Direct2D and DirectWrite. * * INITGUID must be defined in exactly ONE translation unit before including * d2d1.h and dwrite.h so that IID_* symbols get actual definitions rather * than extern declarations. This file is that translation unit. */ #define WIN32_LEAN_AND_MEAN #define INITGUID #include <windows.h> #include <d2d1.h> #include <dwrite.h>