diff options
Diffstat (limited to 'Linux_C_12/cCrossCall_121.h')
-rw-r--r-- | Linux_C_12/cCrossCall_121.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Linux_C_12/cCrossCall_121.h b/Linux_C_12/cCrossCall_121.h index fbd6f93..759a4ce 100644 --- a/Linux_C_12/cCrossCall_121.h +++ b/Linux_C_12/cCrossCall_121.h @@ -25,11 +25,11 @@ extern HWND ghTCPWindow; /* The handle to the TCP HWND of the OS thread. /* Menu(item)IDs are not allowed to exceed OSMenuIDEnd.
- This is because window ids start at (OSMenuIDEnd+5), and need to be distinct from menu ids
- in case of MDI processes.
- The global gMenuItemID (initially 0) is incremented by NextMenuItemID each time a new
- menu(item)ID is required.
- This implementation does not reuse freed ids and is therefore not adequate!!
+ This is because window ids start at (OSMenuIDEnd+5), and need to be distinct from menu ids
+ in case of MDI processes.
+ The global gMenuItemID (initially 0) is incremented by NextMenuItemID each time a new
+ menu(item)ID is required.
+ This implementation does not reuse freed ids and is therefore not adequate!!
*/
#define OSMenuIDEnd 10000
extern UINT NextMenuItemID (void);
@@ -41,7 +41,7 @@ extern UINT NextMenuItemID (void); extern int GetModifiers (void);
/* Translate virtual key codes to the codes shared with Clean.
- If the keycode could not be translated, zero is returned.
+ If the keycode could not be translated, zero is returned.
*/
extern int CheckVirtualKeyCode (int keycode);
@@ -50,7 +50,7 @@ extern void HandleCleanRequest( CrossCallInfo *pcci ); extern OS WinStartOsThread (OS);
extern OS WinKillOsThread (OS);
extern void WinKickOsThread (int64_t,int64_t,int64_t,int64_t,int64_t,int64_t,int64_t,OS,
- int64_t*,int64_t*,int64_t*,int64_t*,int64_t*,int64_t*,int64_t*,OS*);
+ int64_t*,int64_t*,int64_t*,int64_t*,int64_t*,int64_t*,int64_t*,OS*);
extern void KickCleanThread( CrossCallInfo *pcci );
extern void SendMessageToClean( int64_t mess, int64_t p1,int64_t p2,int64_t p3, int64_t p4,int64_t p5,int64_t p6 );
|