Files
reactos/reactos/lib/richedit/Makefile.in
T
Gé van Geldorp 402686e69a Sync to Wine-20050310:
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
2005-03-15 09:08:16 +00:00

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: