- Timestamp:
- May 22, 2001, 11:32:27 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/CCBase.h
r5416 r5776 1 /* $Id: CCBase.h,v 1.1 2 2001-03-31 13:25:25sandervl Exp $ */1 /* $Id: CCBase.h,v 1.13 2001-05-22 09:32:27 sandervl Exp $ */ 2 2 /* 3 3 * COMCTL32 Base Functions and Macros for all Controls … … 54 54 LRESULT sendVScroll(HWND hwnd,UINT wNotifyCode); 55 55 56 #ifdef __cplusplus 57 extern "C" { 58 #endif 56 59 HWND createToolTip(HWND hwnd,UINT flags,BOOL addtool); 57 60 VOID destroyToolTip(HWND hwndToolTip); 61 #ifdef __cplusplus 62 } 63 #endif 58 64 59 65 VOID drawStubControl(HWND hwnd,HDC hdc);
Note:
See TracChangeset
for help on using the changeset viewer.