winix/plugins/ticket/pluginmsg.h

24 lines
359 B
C
Executable File

/*
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011, Tomasz Sowa
* All rights reserved.
*
*/
#ifndef headerfile_winix_plugins_ticket_pluginmsg
#define headerfile_winix_plugins_ticket_pluginmsg
// values from 4100 - 4199 reserved for 'ticket' plugin
#define WINIX_PL_TICKET_SORT_POINTERS 4100
#endif