Home
last modified time | relevance | path

Searched defs:STRUCT (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/ndk/
H A Dpeb_teb.h25 #define STRUCT(x) PASTE(x,32) macro
28 #define STRUCT(x) PASTE(x,64) macro
31 #define STRUCT(x) x macro
49 typedef struct STRUCT(_PEB) typedef
220 typedef struct STRUCT(_GDI_TEB_BATCH) typedef
230 typedef struct STRUCT(_TEB) typedef
/reactos/dll/directx/wine/ddraw/
H A Dutils.c866 #define STRUCT DDSURFACEDESC2 in DDRAW_dump_surface_desc() macro