d3d9 header
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-09-27 07:23:42 +09:00
commit 56acbaa787

View file

@ -22,8 +22,8 @@
#endif
#ifndef _WIN32
#error D3D9 widget only avaliable for Win32 backends
#undef MW_DIRECT3D9
typedef void* LPDIRECT3D9;
typedef void* LPDIRECT3DDEVICE9;
#else
#ifdef __WATCOMC__
#include <windows.h>