'tickets' can use 'threads' now
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@706 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
23
plugins/thread/pluginmsg.h
Executable file
23
plugins/thread/pluginmsg.h
Executable file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* This file is a part of Winix
|
||||
* and is not publicly distributed
|
||||
*
|
||||
* Copyright (c) 2010, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef headerfile_winix_plugins_thread_pluginmsg
|
||||
#define headerfile_winix_plugins_thread_pluginmsg
|
||||
|
||||
|
||||
|
||||
#define WINIX_PL_THREAD_SET_SORTTAB 4000
|
||||
#define WINIX_PL_THREAD_READ_THREADS 4001
|
||||
#define WINIX_PL_THREAD_SET_SORTTAB_INDEX 4002
|
||||
#define WINIX_PL_THREAD_CAN_USE_REPLY 4003
|
||||
#define WINIX_PL_THREAD_PREPARE_THREAD 4004
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user