Changeset 5415 for trunk/include/win/progress.h
- Timestamp:
- Mar 31, 2001, 3:23:34 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/progress.h
r3143 r5415 1 /* $Id: progress.h,v 1. 2 2000-03-17 17:10:52 cbratschiExp $ */1 /* $Id: progress.h,v 1.3 2001-03-31 13:23:34 sandervl Exp $ */ 2 2 3 3 /* … … 26 26 27 27 28 extern VOID PROGRESS_Register (VOID); 29 extern VOID PROGRESS_Unregister (VOID); 28 #ifdef __cplusplus 29 extern "C" { 30 #endif 31 32 VOID PROGRESS_Register (VOID); 33 VOID PROGRESS_Unregister (VOID); 34 35 #ifdef __cplusplus 36 } 37 #endif 38 30 39 31 40 #endif /* __WINE_PROGRESS_H */
Note:
See TracChangeset
for help on using the changeset viewer.