added sysprog entities
This commit is contained in:
33
SYSPROG/STPROCINS/MSWIN_PEEKMESSAGE_EQUATES.txt
Normal file
33
SYSPROG/STPROCINS/MSWIN_PEEKMESSAGE_EQUATES.txt
Normal file
@ -0,0 +1,33 @@
|
||||
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
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
Reference in New Issue
Block a user