Searched refs:__declspec (Results 76 - 88 of 88) sorted by relevance

1234

/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp41 #define VBOXINSTALLHELPER_EXPORT extern "C" void __declspec(dllexport)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/
H A DBase.h71 #define GLOBAL_REMOVE_IF_UNREFERENCED __declspec(selectany)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A DBase.h73 #define GLOBAL_REMOVE_IF_UNREFERENCED __declspec(selectany)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwchar.h43 # define DECLSPEC_ALIGN(x) __declspec(align(x))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h57 # define DECLSPEC_IMPORT __declspec(dllimport)
69 # define DECLSPEC_NORETURN __declspec(noreturn)
79 # define DECLSPEC_ALIGN(x) __declspec(align(x))
93 # define DECLSPEC_UUID(x) __declspec(uuid(x))
101 # define DECLSPEC_NOVTABLE __declspec(novtable)
109 #define DECLSPEC_SELECTANY __declspec(selectany)
125 # define DECLSPEC_ADDRSAFE __declspec(address_safe)
143 # define DECLSPEC_DEPRECATED __declspec(deprecated)
157 # define DECLSPEC_EXPORT __declspec(dllexport)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h57 # define DECLSPEC_IMPORT __declspec(dllimport)
69 # define DECLSPEC_NORETURN __declspec(noreturn)
79 # define DECLSPEC_ALIGN(x) __declspec(align(x))
93 # define DECLSPEC_UUID(x) __declspec(uuid(x))
101 # define DECLSPEC_NOVTABLE __declspec(novtable)
109 #define DECLSPEC_SELECTANY __declspec(selectany)
125 # define DECLSPEC_ADDRSAFE __declspec(address_safe)
143 # define DECLSPEC_DEPRECATED __declspec(deprecated)
157 # define DECLSPEC_EXPORT __declspec(dllexport)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwchar.h33 # define DECLSPEC_ALIGN(x) __declspec(align(x))
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c21 # define APIEXPORT __declspec(dllexport)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h53 # define VBOXCAPI_DECL(type) extern __declspec(dllexport) type
55 # define VBOXCAPI_DECL(type) __declspec(dllimport) type
115 #define PR_EXPORT(__type) extern __declspec(dllexport) __type
116 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type
117 #define PR_IMPORT(__type) __declspec(dllimport) __type
118 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type
120 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
121 #define PR_IMPLEMENT(__type) __declspec(dllexport) __type
122 #define PR_EXTERN_DATA(__type) extern __declspec(dllexport) __type
123 #define PR_IMPLEMENT_DATA(__type) __declspec(dllexpor
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h56 # define GLAPI __declspec(dllexport)
58 # define GLAPI __declspec(dllimport)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h55 # define GLAPI __declspec(dllexport)
57 # define GLAPI __declspec(dllimport)
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp1696 extern "C" __declspec(dllimport) NTSTATUS NTAPI ZwSetSystemInformation(ULONG, PVOID, ULONG);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c69 __declspec(thread) PRThread *_pr_io_restarted_io = NULL;

Completed in 291 milliseconds

1234