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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dlibrary.h122 #define WINE_LDT_FLAGS_32BIT 0x40 /* Segment is 32-bit (code or stack) */ macro
157 ent->HighWord.Bits.Default_Big = (flags & WINE_LDT_FLAGS_32BIT) != 0;
162 if (ent->HighWord.Bits.Default_Big) ret |= WINE_LDT_FLAGS_32BIT;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dlibrary.h122 #define WINE_LDT_FLAGS_32BIT 0x40 /* Segment is 32-bit (code or stack) */ macro
157 ent->HighWord.Bits.Default_Big = (flags & WINE_LDT_FLAGS_32BIT) != 0;
162 if (ent->HighWord.Bits.Default_Big) ret |= WINE_LDT_FLAGS_32BIT;

Completed in 43 milliseconds