/****************************************************************************** * $Id: winsystray.c,v 1.9 2006/02/11 17:38:06 gareuselesinge Exp $ * This file is part of liberopops (http://liberopops.sf.net) * * This file is distributed under the terms of GNU GPL license. * ******************************************************************************/ /****************************************************************************** * File description: * tary icon * Notes: * * Authors: * Enrico Tassi ******************************************************************************/ #include "winsystray.h" #ifdef WIN32 #include #include #include #include #include #include #include "regularexp.h" #include "win32_resources.h" #include "log.h" #define LOG_ZONE "WIN" #include "config.h" //#define DEBUG(a...) fprintf(stderr,a) #define DEBUG(a...) #define HIDDEN static //! min of two #ifndef MIN #define MIN(a,b) (((a)<(b))?(a):(b)) #endif //! max of two #ifndef MAX #define MAX(a,b) ((a