Ignore:
Timestamp:
Oct 8, 1999, 2:11:27 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/button.h

    r375 r1185  
    1 /* $Id: button.h,v 1.4 1999-07-23 17:55:27 sandervl Exp $ */
     1/* $Id: button.h,v 1.5 1999-10-08 12:09:32 cbratschi Exp $ */
    22
    33/*
     
    3333#define BUTTON_HASFOCUS        0x08
    3434
    35 #define BUTTON_STATE(hwnd)     ((WIN_FindWndPtr(hwnd))->wExtra[0])
     35//#define BUTTON_STATE(hwnd)     ((WIN_FindWndPtr(hwnd))->wExtra[0])
    3636
    37 extern LRESULT WINAPI ButtonWndProc( HWND hWnd, UINT uMsg,
    38                                      WPARAM wParam, LPARAM lParam );
     37//extern LRESULT WINAPI ButtonWndProc( HWND hWnd, UINT uMsg,
     38//                                     WPARAM wParam, LPARAM lParam );
    3939
    4040BOOL BUTTON_Register();
Note: See TracChangeset for help on using the changeset viewer.