home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / LSW270SR.ZIP / h / msg.h < prev    next >
C/C++ Source or Header  |  2004-04-11  |  1KB  |  32 lines

  1. /*
  2.  *      Copyright (C) 1997-2004 Andrei Los.
  3.  *      This file is part of the lSwitcher source package.
  4.  *      lSwitcher is free software; you can redistribute it and/or modify
  5.  *      it under the terms of the GNU General Public License as published
  6.  *      by the Free Software Foundation, in version 2 as it comes in the
  7.  *      "COPYING" file of the lSwitcher main distribution.
  8.  *      This program is distributed in the hope that it will be useful,
  9.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11.  *      GNU General Public License for more details.
  12.  */
  13.  
  14. #ifndef MSG_H_INCLUDED
  15. #define MSG_H_INCLUDED
  16.  
  17. #define MAXERRMSGLEN 256
  18.  
  19. #define MSG_LOADED   301
  20. #define MSG_CANTOPEN 302
  21. #define MSG_ERROR    303
  22. #define MSG_CANTSAVE 304
  23. #define MSG_WRONGVER 305
  24. #define MSG_CANTFINDOPEN 306
  25. #define MSG_CANTEXECUTE 307
  26. #define MSG_CANTKILL 308
  27. #define MSG_KILLQUERY 309
  28. #define MSG_CANCEL 310
  29. #define MSG_FOLDERS 311
  30.  
  31. #endif
  32.