mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
13 lines
248 B
C
13 lines
248 B
C
#pragma once
|
|
#include <unistd.h>
|
|
#include <sys/syscall.h>
|
|
|
|
#define STDMETHODCALLTYPE syscall(SYS_gettid);
|
|
struct IID {
|
|
unsigned long Data1;
|
|
unsigned short Data2;
|
|
unsigned short Data3;
|
|
unsigned char Data4[8];
|
|
};
|
|
typedef const IID* REFIID;
|