user32: Remove redundant #ifdef around #undef.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b6ad9e57a9
commit
d5400817b4
|
@ -765,21 +765,10 @@ BOOL16 WINAPI ClassNext16( CLASSENTRY *pClassEntry )
|
|||
|
||||
/* 64bit versions */
|
||||
|
||||
#ifdef GetClassLongPtrA
|
||||
#undef GetClassLongPtrA
|
||||
#endif
|
||||
|
||||
#ifdef GetClassLongPtrW
|
||||
#undef GetClassLongPtrW
|
||||
#endif
|
||||
|
||||
#ifdef SetClassLongPtrA
|
||||
#undef SetClassLongPtrA
|
||||
#endif
|
||||
|
||||
#ifdef SetClassLongPtrW
|
||||
#undef SetClassLongPtrW
|
||||
#endif
|
||||
|
||||
/***********************************************************************
|
||||
* GetClassLongPtrA (USER32.@)
|
||||
|
|
|
@ -1831,21 +1831,10 @@ BOOL WINAPI SetProcessDefaultLayout( DWORD layout )
|
|||
|
||||
/* 64bit versions */
|
||||
|
||||
#ifdef GetWindowLongPtrW
|
||||
#undef GetWindowLongPtrW
|
||||
#endif
|
||||
|
||||
#ifdef GetWindowLongPtrA
|
||||
#undef GetWindowLongPtrA
|
||||
#endif
|
||||
|
||||
#ifdef SetWindowLongPtrW
|
||||
#undef SetWindowLongPtrW
|
||||
#endif
|
||||
|
||||
#ifdef SetWindowLongPtrA
|
||||
#undef SetWindowLongPtrA
|
||||
#endif
|
||||
|
||||
/*****************************************************************************
|
||||
* GetWindowLongPtrW (USER32.@)
|
||||
|
|
Loading…
Reference in New Issue