mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
removed redefinition of WHEEL_DELTA constant
svn path=/trunk/; revision=6155
This commit is contained in:
parent
aa8f2f585a
commit
82a60ec8d1
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: listbox.c,v 1.10 2003/08/17 22:45:40 silverblade Exp $
|
||||
/* $Id: listbox.c,v 1.11 2003/09/27 00:29:52 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS User32
|
||||
|
@ -29,8 +29,6 @@
|
|||
|
||||
/* Start of hack section -------------------------------- */
|
||||
|
||||
#define WHEEL_DELTA 120
|
||||
|
||||
#define strcpyW wcscpy
|
||||
#define strlenW wcslen
|
||||
#define strncmpiW _wcsnicmp
|
||||
|
|
Loading…
Reference in a new issue