Ignore:
Timestamp:
Feb 22, 2000, 6:07:43 PM (26 years ago)
Author:
cbratschi
Message:

WS_EX_CONTEXTHELP, activated some WINE code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32dlg.cpp

    r2803 r2857  
    1 /* $Id: win32dlg.cpp,v 1.44 2000-02-16 14:28:22 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.45 2000-02-22 17:07:41 cbratschi Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    2525#include "syscolor.h"
    2626
    27 #define DBG_LOCALLOG    DBG_win32dlg
     27#define DBG_LOCALLOG    DBG_win32dlg
    2828#include "dbglocal.h"
    2929
     
    162162    cs.cy             = rect.bottom;
    163163    cs.style          = dlgInfo.style & ~WS_VISIBLE;
     164
    164165    if(!isUnicode) {
    165166        if(dlgInfo.caption) {
     
    177178    }
    178179    cs.dwExStyle      = dlgInfo.exStyle;
     180    if (dlgInfo.style & DS_CONTEXTHELP) cs.dwExStyle |= WS_EX_CONTEXTHELP;
    179181
    180182    fIsDialog = TRUE;
Note: See TracChangeset for help on using the changeset viewer.