Changeset 209 for trunk/include/spy.h


Ignore:
Timestamp:
Jun 26, 1999, 12:55:49 PM (26 years ago)
Author:
achimha
Message:

fixed wrong return type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/spy.h

    r208 r209  
    1 /* $Id: spy.h,v 1.2 1999-06-26 08:25:53 sandervl Exp $ */
     1/* $Id: spy.h,v 1.3 1999-06-26 10:55:49 achimha Exp $ */
    22
    33/*
     
    2525
    2626#ifdef DEBUG
    27 BOOL PostSpyMessage(HWND hwnd, ULONG Msg, ULONG wParam, ULONG lParam);
     27VOID 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.