[Wine] Re: World of Warcraft running on one core

psychok9 wineforum-user at winehq.org
Sun Oct 25 08:31:30 CDT 2009


Thanks!
Found 

Code:
/* As GLX relies on X, this is needed */
void enter_gl(void);
#define ENTER_GL() enter_gl()
#define LEAVE_GL() wine_tsx11_unlock_ptr()



changed into:

Code:
/* As GLX relies on X, this is needed */
void enter_gl(void);
#define ENTER_GL()
#define LEAVE_GL()



And compiled... Now?







More information about the wine-users mailing list