mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
![Mike Hearn](/assets/img/avatar_default.png)
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:
|