HomeSort by relevance Sort by last modified time
    Searched defs:DECLSPEC_SELECTANY (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksguid.h 9 #ifndef DECLSPEC_SELECTANY
10 #define DECLSPEC_SELECTANY __declspec(selectany)
18 #define DEFINE_GUIDEX(name) EXTERN_C const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) }
20 #define DEFINE_GUIDEX(name) const CDECL GUID DECLSPEC_SELECTANY name = { STATICGUIDOF(name) }
guiddef.h 30 #ifndef DECLSPEC_SELECTANY
31 #define DECLSPEC_SELECTANY __declspec(selectany)
48 #define DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) EXTERN_C const GUID DECLSPEC_SELECTANY name = { l,w1,w2,{ b1,b2,b3,b4,b5,b6,b7,b8 } }
50 #define DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID DECLSPEC_SELECTANY name = { l,w1,w2,{ b1,b2,b3,b4,b5,b6,b7,b8 } }
objsel.h 9 #ifndef DECLSPEC_SELECTANY
10 #define DECLSPEC_SELECTANY __declspec(selectany)
21 EXTERN_C const GUID DECLSPEC_SELECTANY CLSID_DsObjectPicker = {0x17d6ccd8,0x3b7b,0x11d2,{0xb9,0xe0,0x00,0xc0,0x4f,0xd8,0xdb,0xf7}};
22 EXTERN_C const GUID DECLSPEC_SELECTANY IID_IDsObjectPicker = {0x0c87e64e,0x3b7a,0x11d2,{0xb9,0xe0,0x00,0xc0,0x4f,0xd8,0xdb,0xf7}};
rpcndr.h     [all...]
winnt.h 133 #ifndef DECLSPEC_SELECTANY
134 #define DECLSPEC_SELECTANY __declspec(selectany)
    [all...]

Completed in 175 milliseconds