Searched refs:RT_OPSYS (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dcdefs.h276 * These are the value that the RT_OPSYS \#define can take. @{
322 /** @def RT_OPSYS
328 * #if RT_OPSYS == RT_OPSYS_FREEBSD
338 * Replace: # elif defined(RT_OS_\1)\n# define RT_OPSYS RT_OPSYS_\1
340 #ifndef RT_OPSYS
342 # define RT_OPSYS RT_OPSYS_UNKNOWN macro
344 # define RT_OPSYS RT_OPSYS_AGNOSTIC macro
346 # define RT_OPSYS RT_OPSYS_DARWIN macro
348 # define RT_OPSYS RT_OPSYS_DRAGONFLY macro
350 # define RT_OPSYS RT_OPSYS_DO macro
352 # define RT_OPSYS macro
354 # define RT_OPSYS macro
356 # define RT_OPSYS macro
358 # define RT_OPSYS macro
360 # define RT_OPSYS macro
362 # define RT_OPSYS macro
364 # define RT_OPSYS macro
366 # define RT_OPSYS macro
368 # define RT_OPSYS macro
370 # define RT_OPSYS macro
372 # define RT_OPSYS macro
374 # define RT_OPSYS macro
376 # define RT_OPSYS macro
378 # define RT_OPSYS macro
380 # define RT_OPSYS macro
389 # define RT_OPSYS macro
391 # define RT_OPSYS macro
393 # define RT_OPSYS macro
395 # define RT_OPSYS macro
397 # define RT_OPSYS macro
399 # define RT_OPSYS macro
401 # define RT_OPSYS macro
403 # define RT_OPSYS macro
405 # define RT_OPSYS macro
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp306 return RT_OPSYS == RT_OPSYS_DARWIN
307 || RT_OPSYS == RT_OPSYS_DOS
308 || RT_OPSYS == RT_OPSYS_OS2
309 || RT_OPSYS == RT_OPSYS_NT
310 || RT_OPSYS == RT_OPSYS_WINDOWS;

Completed in 2474 milliseconds