Browse Subversion Repository
Contents of /old/mes.h
Parent Directory
| Revision Log
Revision 17 -
( show annotations)
( download)
Wed Jan 2 22:39:42 2008 UTC
(16 years, 3 months ago)
by tabasa
File MIME type: text/plain
File size: 264 byte(s)
| 1 |
|
| 2 |
|
| 3 |
int Mes(char *m); |
| 4 |
int Mes(int i); |
| 5 |
#define ErrorMes(a) Mes(a) |
| 6 |
#define zipErr "oÜšń" |
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
#define LogWin(a) SetWindowText(hEdit, a) |
| 11 |
|
| 12 |
#define _debug |
| 13 |
#ifdef _debug |
| 14 |
|
| 15 |
#define M1(a) Mes(a) |
| 16 |
#define M2(a,b) Mes(a);Mes(b); |
| 17 |
#else |
| 18 |
#define M1(a) |
| 19 |
#define M2(a,b) |
| 20 |
|
| 21 |
#endif |
| 22 |
|
Properties
| svn:eol-style |
native
|
| svn:keywords |
Id Revision
|
| svn:mime-type |
text/plain
|
|