commit | 9d8e864b343d0fea43515ca6fd12f344a439ad6f | [log] [tgz] |
---|---|---|
author | Eric Kohl <ekohl@abo.rhein-zeitung.de> | Sat Oct 24 10:49:27 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Oct 24 10:49:27 1998 +0000 |
tree | 0107f56609f3d9393013de6523876415ef3c3e3a | |
parent | 3ad67467b19eccbde8c1729737a84f0841fc117e [diff] [blame] |
Added xxx_Unregister() functions to all common controls.
diff --git a/include/treeview.h b/include/treeview.h index d48c5d4..756c16a 100644 --- a/include/treeview.h +++ b/include/treeview.h
@@ -80,6 +80,7 @@ } TREEVIEW_INFO; -extern void TREEVIEW_Register (void); +extern VOID TREEVIEW_Register (VOID); +extern VOID TREEVIEW_Unregister (VOID); #endif /* __WINE_TREEVIEW_H */