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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsddl.h80 /* SDDL_SEPERATOR is not a typo, as per Microsoft's headers */
82 # define SDDL_SEPERATOR ";" macro
88 # define SDDL_SEPERATOR (const WCHAR[]){ ';',0 } macro
93 # define SDDL_SEPERATOR L";" macro
98 static const WCHAR SDDL_SEPERATOR[] = { ';',0 }; variable
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsddl.h80 /* SDDL_SEPERATOR is not a typo, as per Microsoft's headers */
82 # define SDDL_SEPERATOR ";" macro
88 # define SDDL_SEPERATOR (const WCHAR[]){ ';',0 } macro
93 # define SDDL_SEPERATOR L";" macro
98 static const WCHAR SDDL_SEPERATOR[] = { ';',0 }; variable

Completed in 42 milliseconds