compile insert msWin_PeekMessage_Equates /* ** Copyright (C) 2013 Revelation Software Inc. All Rights Reserved ** Author Mr C Date February 2013 Purpose Equates for use with the Windows PeekMessage function Amended Date Reason ======= ==== ====== */ /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// #ifndef _MSWIN_PEEKMESSAGE_EQUATES_ #define _MSWIN_PEEKMESSAGE_EQUATES_ /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// declare function msWin_PeekMessage /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// equ PM_NOREMOVE$ to 0 equ PM_REMOVE$ to 1 equ PM_NOYIELD$ to 2 /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// #endif /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////