Changeset 208 for trunk/include/spy.h


Ignore:
Timestamp:
Jun 26, 1999, 10:25:53 AM (26 years ago)
Author:
sandervl
Message:

Spy updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/spy.h

    r195 r208  
    1 /* $Id: spy.h,v 1.1 1999-06-25 21:34:49 sandervl Exp $ */
     1/* $Id: spy.h,v 1.2 1999-06-26 08:25:53 sandervl Exp $ */
    22
    33/*
     
    2323BOOL InitSpyQueue();
    2424void CloseSpyQueue();
    25 VOID PostSpyMessage(HWND hwnd, ULONG Msg, ULONG wParam, ULONG lParam);
     25
     26#ifdef DEBUG
     27BOOL PostSpyMessage(HWND hwnd, ULONG Msg, ULONG wParam, ULONG lParam);
     28#else
     29#define PostSpyMessage(a,b,c,d) FALSE
     30#endif
    2631
    2732#endif //__SPY_H__
Note: See TracChangeset for help on using the changeset viewer.