Changeset 215 for trunk/include/spy.h


Ignore:
Timestamp:
Jun 26, 1999, 3:21:53 PM (26 years ago)
Author:
sandervl
Message:

Spy and window message changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/spy.h

    r209 r215  
    1 /* $Id: spy.h,v 1.3 1999-06-26 10:55:49 achimha Exp $ */
     1/* $Id: spy.h,v 1.4 1999-06-26 13:21:53 sandervl Exp $ */
    22
    33/*
     
    2525
    2626#ifdef DEBUG
    27 VOID PostSpyMessage(HWND hwnd, ULONG Msg, ULONG wParam, ULONG lParam);
     27BOOL PostSpyMessage(HWND hwnd, ULONG Msg, ULONG wParam, ULONG lParam);
    2828#else
    2929#define PostSpyMessage(a,b,c,d) FALSE
Note: See TracChangeset for help on using the changeset viewer.