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/progress.h b/include/progress.h index 319367e..b7fe153 100644 --- a/include/progress.h +++ b/include/progress.h
@@ -20,6 +20,8 @@ COLORREF ColorBk; /* Background color */ } PROGRESS_INFO; -extern void PROGRESS_Register (void); + +extern VOID PROGRESS_Register (VOID); +extern VOID PROGRESS_Unregister (VOID); #endif /* __WINE_PROGRESS_H */