Ignore:
Timestamp:
Oct 20, 1999, 8:38:10 AM (26 years ago)
Author:
sandervl
Message:

compile fixes

File:
1 edited

Legend:

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

    r1343 r1368  
    1 /* $Id: button.cpp,v 1.12 1999-10-17 19:32:04 cbratschi Exp $ */
     1/* $Id: button.cpp,v 1.13 1999-10-20 06:38:08 sandervl Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    1313#include <stdlib.h>
    1414
    15 #include "winuser.h"
    16 #include "winbase.h"
     15#include <os2win.h>
    1716#include "controls.h"
    1817#include "button.h"
     
    10571056    FillRect( hDC,  &dis.rcItem, GetSysColorBrush( COLOR_BTNFACE ) );
    10581057
     1058    dprintf(("OWNERDRAW button %x, enabled %d", hwnd, !(dwStyle & WS_DISABLED)));
    10591059    SendMessageA( GetParent(hwnd), WM_DRAWITEM,
    10601060                    GetWindowLongA(hwnd,GWL_ID), (LPARAM)&dis );
Note: See TracChangeset for help on using the changeset viewer.