Andreas Mohr <[EMAIL PROTECTED]> writes: > Extended THHOOK in order to let some program start up. Do we really need 512 bytes here? Seems a bit wasteful, especially if it requires adding a new winebuild keyword just for a single entry point. Also do you really have an app that needs the BurgerMaster structure (apart from the Undocumented Windows examples)? If so you should probably consider a GlobalAlloc instead, using HIWORD(SEGPTR_GET) cannot possibly do the right thing. -- Alexandre Julliard [EMAIL PROTECTED]
