include: Avoid direct access to wine_ldt_copy outside of kernel.

oldstable
Alexandre Julliard 2009-09-26 13:52:52 +02:00
parent 29d68b3fa7
commit e340a2ffac
1 changed files with 0 additions and 6 deletions

View File

@ -522,10 +522,4 @@ BOOL16 WINAPI WritePrivateProfileSection16(LPCSTR,LPCSTR,LPCSTR);
BOOL16 WINAPI WritePrivateProfileStruct16(LPCSTR,LPCSTR,LPVOID,UINT16,LPCSTR);
BOOL16 WINAPI WriteProfileSection16(LPCSTR,LPCSTR);
/* Some optimizations */
extern inline LPVOID WINAPI MapSL( SEGPTR segptr )
{
return (char *)wine_ldt_copy.base[SELECTOROF(segptr) >> __AHSHIFT] + OFFSETOF(segptr);
}
#endif /* __WINE_WINE_WINBASE16_H */