Changeset 4514 for trunk/src


Ignore:
Timestamp:
Oct 22, 2000, 6:06:23 PM (25 years ago)
Author:
sandervl
Message:

wrong type for hBitmapTT in font dialog

Location:
trunk/src/comdlg32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comdlg32/colordlg.c

    r4511 r4514  
    6969{
    7070 LPCHOOSECOLORW lpcc;  /* points to public known data structure */
     71#ifndef __WIN32OS2__
    7172 LPCHOOSECOLOR16 lpcc16; /* save the 16 bits pointer */
     73#endif
    7274 int nextuserdef;     /* next free place in user defined color array */
    7375 HDC hdcMem;        /* color graph used for BitBlt() */
  • trunk/src/comdlg32/fontdlg.c

    r4511 r4514  
    4444#include "cdlg.h"
    4545
     46#ifdef __WIN32OS2__
     47static HBITMAP hBitmapTT = 0;
     48#else
    4649static HBITMAP16 hBitmapTT = 0;
    47 
     50#endif
    4851
    4952LRESULT WINAPI FormatCharDlgProcA(HWND hDlg, UINT uMsg, WPARAM wParam,
Note: See TracChangeset for help on using the changeset viewer.