mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
8 lines
207 B
C++
8 lines
207 B
C++
#include "IReleaseNotifier.h"
|
|
|
|
#include <initguid.h>
|
|
|
|
// {7810158A-CB51-448A-8706-443A7DF6D4ED}
|
|
DEFINE_GUID(IID_IReleaseNotifier,
|
|
0x7810158a, 0xcb51, 0x448a, 0x87, 0x6, 0x44, 0x3a, 0x7d, 0xf6, 0xd4, 0xed);
|