Searched refs:WINE_LDT_FLAGS_32BIT (Results 1 – 1 of 1) sorted by relevance
129 #define WINE_LDT_FLAGS_32BIT 0x40 /* Segment is 32-bit (code or stack) */ macro164 ent->HighWord.Bits.Default_Big = (flags & WINE_LDT_FLAGS_32BIT) != 0; in wine_ldt_set_flags()169 if (ent->HighWord.Bits.Default_Big) ret |= WINE_LDT_FLAGS_32BIT; in wine_ldt_get_flags()