- Timestamp:
- Oct 22, 2000, 6:06:23 PM (25 years ago)
- Location:
- trunk/src/comdlg32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/colordlg.c
r4511 r4514 69 69 { 70 70 LPCHOOSECOLORW lpcc; /* points to public known data structure */ 71 #ifndef __WIN32OS2__ 71 72 LPCHOOSECOLOR16 lpcc16; /* save the 16 bits pointer */ 73 #endif 72 74 int nextuserdef; /* next free place in user defined color array */ 73 75 HDC hdcMem; /* color graph used for BitBlt() */ -
trunk/src/comdlg32/fontdlg.c
r4511 r4514 44 44 #include "cdlg.h" 45 45 46 #ifdef __WIN32OS2__ 47 static HBITMAP hBitmapTT = 0; 48 #else 46 49 static HBITMAP16 hBitmapTT = 0; 47 50 #endif 48 51 49 52 LRESULT WINAPI FormatCharDlgProcA(HWND hDlg, UINT uMsg, WPARAM wParam,
Note:
See TracChangeset
for help on using the changeset viewer.