Switch to unified view

a/src/internfile/myhtmlparse.cpp b/src/internfile/myhtmlparse.cpp
...
...
21
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22
 * USA
22
 * USA
23
 * -----END-LICENCE-----
23
 * -----END-LICENCE-----
24
 */
24
 */
25
#include <time.h>
25
#include <time.h>
26
#ifdef _WIN32
27
// Local implementation in windows directory
28
#include "strptime.h" 
29
#endif
26
#include <stdio.h>
30
#include <stdio.h>
27
#include <algorithm>
31
#include <algorithm>
28
#include <cstring>
32
#include <cstring>
29
33
30
#include "cstr.h"
34
#include "cstr.h"