feat: Provide DMO functionality using dsdmo blob

> fetch dsdmo.dll blobs and embed into spicetools
> unpack and register overriding relevant COM server on runtime
> may be replaced in the future, see #12
This commit is contained in:
[ ]
2026-02-21 20:54:23 +09:00
parent ce0344742e
commit 3ddd34d51d
4 changed files with 58 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef RCDATA
#define RCDATA 10
#endif
#ifdef SPICE64
DMO_BLOB RCDATA "dsdmo.x86_64.dll"
#else
DMO_BLOB RCDATA "dsdmo.i686.dll"
#endif