Changeset 1226 for trunk/dll/presparm.h
- Timestamp:
- Sep 14, 2008, 1:12:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/presparm.h
r1199 r1226 16 16 #define PRESPARM_H 17 17 18 // PMBITMAP_INCLUDED - IBM Toolkit 19 // INCL_GPIBITMAPS - OpenWatcom Toolkit 20 // #if !defined(PMBITMAP_INCLUDED) && !defined(INCL_GPIBITMAPS) 21 // typedef struct _RGB2 /* rgb2 */ 22 // { 23 // BYTE bBlue; /* Blue component of the color definition */ 24 // BYTE bGreen; /* Green component of the color definition */ 25 // BYTE bRed; /* Red component of the color definition */ 26 // BYTE fcOptions; /* Reserved, must be zero */ 27 // } 28 // RGB2; 29 // typedef RGB2 *PRGB2; 30 // #endif 31 18 32 VOID CopyPresParams(HWND target, HWND source); 19 33 VOID PresParamChanged(HWND hwnd, CHAR * keyroot, MPARAM mp1, MPARAM mp2);
Note:
See TracChangeset
for help on using the changeset viewer.