Searched defs:FAR (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/zlib-1.2.6/ |
H A D | zconf.h | 373 /* The following definitions for FAR are needed only for MSDOS mixed 377 * just define FAR to be empty. 384 # define FAR _far macro 386 # define FAR far macro 393 # define FAR _far macro 395 # define FAR far macro 418 # ifdef FAR 419 # undef FAR macro 428 # define ZEXPORTVA FAR CDECL 455 #ifndef FAR 456 # define FAR macro [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | windef.h | 154 #ifndef FAR 155 #define FAR __ONLY_IN_WINELIB(/* nothing */) macro
|
H A D | twain.h | 63 #undef FAR macro 64 #define FAR macro 90 #define FAR macro 97 #define FAR macro 109 typedef char TW_STR32[34], FAR *pTW_STR32; 110 typedef char TW_STR64[66], FAR *pTW_STR64; 111 typedef char TW_STR128[130], FAR *pTW_STR128; 112 typedef char TW_STR255[256], FAR *pTW_STR255; 115 typedef char TW_INT8, FAR *pTW_INT8; 116 typedef short TW_INT16, FAR *pTW_INT1 [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | windef.h | 154 #ifndef FAR 155 #define FAR __ONLY_IN_WINELIB(/* nothing */) macro
|
H A D | twain.h | 72 #undef FAR macro 73 #define FAR macro 99 #define FAR macro 106 #define FAR macro 118 typedef char TW_STR32[34], FAR *pTW_STR32; 119 typedef char TW_STR64[66], FAR *pTW_STR64; 120 typedef char TW_STR128[130], FAR *pTW_STR128; 121 typedef char TW_STR255[256], FAR *pTW_STR255; 124 typedef char TW_INT8, FAR *pTW_INT8; 125 typedef short TW_INT16, FAR *pTW_INT1 [all...] |
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngconf.h | 1076 defines FAR. (SJT) */ 1087 # ifndef FAR 1088 # define FAR __far macro 1095 # define FARDATA FAR 1102 * FAR. The Watcom compiler defines both __MEDIUM__ and M_I86MM, 1107 #if defined(FAR) 1110 # define FARDATA FAR 1116 #ifndef FAR 1117 # define FAR macro 1120 /* At this point FAR i [all...] |
Completed in 77 milliseconds