Ignore:
Timestamp:
Mar 13, 2000, 2:11:46 PM (25 years ago)
Author:
sandervl
Message:

replaced os2.h includes by os2wrap.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r2956 r3101  
    1 /* $Id: win32wbase.h,v 1.87 2000-03-01 13:30:06 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.88 2000-03-13 13:10:48 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    2121#include <win32wndchild.h>
    2222#include <winres.h>
    23 #include <winconst.h>
    2423#include <scroll.h>
    2524
     
    431430         VOID  AdjustTrackInfo(PPOINT minTrackSize,PPOINT maxTrackSize);
    432431
     432#ifndef OS2_INCLUDED
     433         BOOL   isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC); }
     434#else
    433435         BOOL   isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC_W); }
     436#endif
    434437         HDC    getOwnDC() { return ownDC; }
    435438         void   setOwnDC(HDC hdc) { ownDC = hdc; }
Note: See TracChangeset for help on using the changeset viewer.