Increase WINE_LDT_FIRST_ENTRY to leave room for glibc thread

selectors.
This commit is contained in:
Alexandre Julliard 2003-10-28 21:48:41 +00:00
parent 07931f2d70
commit f0831227d0
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ WINE_LDT_EXTERN struct __wine_ldt_copy
#define WINE_LDT_FLAGS_32BIT 0x40 /* Segment is 32-bit (code or stack) */
#define WINE_LDT_FLAGS_ALLOCATED 0x80 /* Segment is allocated (no longer free) */
#define WINE_LDT_FIRST_ENTRY 17
#define WINE_LDT_FIRST_ENTRY 512
/* helper functions to manipulate the LDT_ENTRY structure */
inline static void wine_ldt_set_base( LDT_ENTRY *ent, const void *base )