Ignore:
Timestamp:
Dec 14, 1999, 8:15:05 PM (26 years ago)
Author:
sandervl
Message:

added error code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r1854 r2078  
    1 /* $Id: winconst.h,v 1.13 1999-11-27 00:05:03 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.14 1999-12-14 19:15:05 sandervl Exp $ */
    22
    33/*
     
    267267#define QS_ALLEVENTS_W    (QS_INPUT_W | QS_POSTMESSAGE_W | QS_TIMER_W | QS_PAINT_W | QS_HOTKEY_W)
    268268#define QS_ALLINPUT_W     (QS_ALLEVENTS_W | QS_SENDMESSAGE_W)
     269
     270
     271#define ERROR_INVALID_WINDOW_HANDLE_W           1400L
Note: See TracChangeset for help on using the changeset viewer.