ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Server/strptime.h
(Generate patch)

Comparing Server/strptime.h (file contents):
Revision 1.1 by nishi, Thu Oct 17 09:53:39 2024 UTC vs.
Revision 1.2 by nishi, Thu Oct 17 10:24:24 2024 UTC

# Line 7 | Line 7 | extern "C" {
7  
8   #include <time.h>
9  
10 < #if defined(_WIN32) || defined(_PSP) || defined(__ps2sdk__) || defined(__OS2__) || defined(__NETWARE__) || defined(__NeXT__) || defined(__DOS__)
10 > #if defined(_WIN32) || defined(_PSP) || defined(__ps2sdk__) || defined(__OS2__) || defined(__NETWARE__) || defined(__NeXT__) || defined(__DOS__) || defined(__bsdi__)
11   char* strptime(const char *buf, const char *fmt, struct tm *tm);
12   #endif
13  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines