Searched defs:__MSABI_LONG (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dverrsrc.h33 #ifndef __MSABI_LONG
35 # define __MSABI_LONG(x) x ## l macro
37 # define __MSABI_LONG(x) x macro
46 #define VS_FFI_SIGNATURE __MSABI_LONG(0xfeef04bd) /* FileInfo Magic */
47 #define VS_FFI_STRUCVERSION __MSABI_LONG(0x00010000) /* struc version 1.0 */
48 #define VS_FFI_FILEFLAGSMASK __MSABI_LONG(0x0000003f) /* valid flags */
51 #define VS_FF_DEBUG __MSABI_LONG(0x01)
52 #define VS_FF_PRERELEASE __MSABI_LONG(0x02)
53 #define VS_FF_PATCHED __MSABI_LONG(0x04)
54 #define VS_FF_PRIVATEBUILD __MSABI_LONG(
[all...]
H A Dwinnt.h580 #ifndef __MSABI_LONG
582 # define __MSABI_LONG(x) x ## l macro
584 # define __MSABI_LONG(x) x macro
3902 #define SECURITY_NULL_RID __MSABI_LONG(0x00000000)
3903 #define SECURITY_WORLD_RID __MSABI_LONG(0x00000000)
3904 #define SECURITY_LOCAL_RID __MSABI_LONG(0X00000000)
3916 #define SECURITY_CREATOR_OWNER_RID __MSABI_LONG(0x00000000)
3917 #define SECURITY_CREATOR_GROUP_RID __MSABI_LONG(0x00000001)
3918 #define SECURITY_CREATOR_OWNER_SERVER_RID __MSABI_LONG(0x00000002)
3919 #define SECURITY_CREATOR_GROUP_SERVER_RID __MSABI_LONG(
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/
H A Dd3d8.h43 #define __MSABI_LONG(_n) _n##L macro
48 #define D3DCREATE_FPU_PRESERVE __MSABI_LONG(0x00000002)
49 #define D3DCREATE_MULTITHREADED __MSABI_LONG(0x00000004)
50 #define D3DCREATE_PUREDEVICE __MSABI_LONG(0x00000010)
51 #define D3DCREATE_SOFTWARE_VERTEXPROCESSING __MSABI_LONG(0x00000020)
52 #define D3DCREATE_HARDWARE_VERTEXPROCESSING __MSABI_LONG(0x00000040)
53 #define D3DCREATE_MIXED_VERTEXPROCESSING __MSABI_LONG(0x00000080)
58 #define D3DSPD_IUNKNOWN __MSABI_LONG(0x00000001)
H A Dd3d9.h51 #define __MSABI_LONG(_n) _n##L macro
56 #define D3DCREATE_FPU_PRESERVE __MSABI_LONG(0x00000002)
57 #define D3DCREATE_MULTITHREADED __MSABI_LONG(0x00000004)
58 #define D3DCREATE_PUREDEVICE __MSABI_LONG(0x00000010)
59 #define D3DCREATE_SOFTWARE_VERTEXPROCESSING __MSABI_LONG(0x00000020)
60 #define D3DCREATE_HARDWARE_VERTEXPROCESSING __MSABI_LONG(0x00000040)
61 #define D3DCREATE_MIXED_VERTEXPROCESSING __MSABI_LONG(0x00000080)
62 #define D3DCREATE_DISABLE_DRIVER_MANAGEMENT __MSABI_LONG(0x00000100)
63 #define D3DCREATE_ADAPTERGROUP_DEVICE __MSABI_LONG(0x00000200)
64 #define D3DCREATE_DISABLE_DRIVER_MANAGEMENT_EX __MSABI_LONG(
[all...]

Completed in 120 milliseconds