#121 return empty device identifier

This commit is contained in:
FunkyFr3sh 2021-09-02 22:22:48 +02:00
parent daeac4be45
commit 3f9ac549bc
6 changed files with 34 additions and 10 deletions

View file

@ -14,6 +14,7 @@ typedef struct IDirectDrawImpl
struct IDirectDrawImplVtbl* lpVtbl;
ULONG ref;
GUID guid;
} IDirectDrawImpl;