Ignore:
Timestamp:
May 11, 2004, 11:08:20 AM (21 years ago)
Author:
sandervl
Message:

DT: Added wrappers for calling window handlers

File:
1 edited

Legend:

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

    r10379 r10602  
    1 // $Id: callwrap.h,v 1.1 2004-01-11 12:03:13 sandervl Exp $
     1// $Id: callwrap.h,v 1.2 2004-05-11 09:08:20 sandervl Exp $
    22
    33/*
     
    1919DWORD CDECL WrapCallback2(WNDPROC lpfnFunction, DWORD param1, DWORD param2);
    2020
     21DWORD WIN32API WrapCallback4(WNDPROC lpfnFunction, DWORD param1, DWORD param2, DWORD param3, DWORD param4);
     22
    2123#ifdef __cplusplus
    2224}
Note: See TracChangeset for help on using the changeset viewer.