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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwininet.h813 #define IS_GOPHER_ERROR(type) (BOOL)(((type) & GOPHER_TYPE_ERROR) ? TRUE : FALSE) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwininet.h821 #define IS_GOPHER_ERROR(type) (BOOL)(((type) & GOPHER_TYPE_ERROR) != 0) macro

Completed in 50 milliseconds