mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
17d5e07ec6
A/W conversion code, remove useless (and wrong) hungarian notation from function prototypes.
13 lines
200 B
Makefile
13 lines
200 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = hhctrl.ocx
|
|
IMPORTS = shell32 user32 kernel32
|
|
|
|
C_SRCS = hhctrl.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|