Parent Directory
|
Revision Log
|
Patch
| revision 200 by ph10, Wed Aug 1 09:10:40 2007 UTC | revision 234 by ph10, Tue Sep 11 11:36:27 2007 UTC | |
|---|---|---|
| # | Line 33 | Line 33 |
| 33 | #include <config.h> | #include <config.h> |
| 34 | #endif | #endif |
| 35 | ||
| 36 | #ifdef _WIN32 | |
| 37 | #define HAVE_STRTOQ 1 | |
| 38 | #define strtoll _strtoui64 | |
| 39 | #define strtoull _strtoi64 | |
| 40 | #endif | |
| 41 | ||
| 42 | #include <stdlib.h> | #include <stdlib.h> |
| 43 | #include <stdio.h> | #include <stdio.h> |
| 44 | #include <ctype.h> | #include <ctype.h> |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |