mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Mike McCormack <[email protected]> - Forward the RichEdit 1.0 control to the RichEdit 2.0 control. - Don't clear ES_AUTO[HV]SCROLL in the edit control created by richedit. - Remove unused declaration. Francois Gouget <[email protected]> - Assorted spelling fixes. Jason Edmeades <[email protected]> - Make the edit field created from a richedit control which was created with ES_DISABLENOSCROLL, not have the ES_NUMBER style and hence accept alphanumeric input. svn path=/trunk/; revision=14092
14 lines
221 B
Makefile
14 lines
221 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = riched32.dll
|
|
IMPORTS = riched20 user32 kernel32
|
|
|
|
C_SRCS = \
|
|
richedit.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|