Searched defs:DECLSPEC_DEPRECATED (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h141 #ifndef DECLSPEC_DEPRECATED
143 # define DECLSPEC_DEPRECATED __declspec(deprecated) macro
146 # define DECLSPEC_DEPRECATED __attribute__((deprecated)) macro
149 # define DECLSPEC_DEPRECATED macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h141 #ifndef DECLSPEC_DEPRECATED
143 # define DECLSPEC_DEPRECATED __declspec(deprecated) macro
146 # define DECLSPEC_DEPRECATED __attribute__((deprecated)) macro
149 # define DECLSPEC_DEPRECATED macro

Completed in 93 milliseconds