/* * 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