updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / cbtt80 / bnbt-h_cstring.patch
blobb24c86c764c06e58a659c1770bd32a0cf584be44
1 *** bnbt.h 2006-07-27 17:27:30.000000000 +0200
2 --- newbnbt.h 2009-05-02 16:08:45.001310132 +0200
3 ***************
4 *** 5,12 ****
5 #ifndef BNBT_H
6 #define BNBT_H
8 ! #include <stdio.h>
9 ! #include <time.h>
11 #ifdef WIN32
12 #define WIN32_LEAN_AND_MEAN
13 --- 5,13 ----
14 #ifndef BNBT_H
15 #define BNBT_H
17 ! #include <cstdio>
18 ! #include <ctime>
19 ! #include <cstring>
21 #ifdef WIN32
22 #define WIN32_LEAN_AND_MEAN