Changeset 168 for trunk/include/helpers/comctl.h
- Timestamp:
- Jun 2, 2002, 10:50:25 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/comctl.h
r159 r168 1059 1059 BOOL ctlMakeHotkeyEntryField(HWND hwndHotkeyEntryField); 1060 1060 1061 /* ****************************************************************** 1062 * 1063 * Color rectangle 1064 * 1065 ********************************************************************/ 1066 1067 BOOL ctlMakeColorRect(HWND hwndStatic); 1068 typedef BOOL CTLMAKECOLORRECT(HWND hwndStatic); 1069 typedef CTLMAKECOLORRECT *PCTLMAKECOLORRECT; 1070 1061 1071 #endif 1062 1072
Note:
See TracChangeset
for help on using the changeset viewer.