repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git]
/
cbtt80
/
bnbt-h_cstring.patch
blob
b24c86c764c06e58a659c1770bd32a0cf584be44
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
7
8
! #include <stdio.h>
9
! #include <time.h>
10
11
#ifdef WIN32
12
#define WIN32_LEAN_AND_MEAN
13
--- 5,13 ----
14
#ifndef BNBT_H
15
#define BNBT_H
16
17
! #include <cstdio>
18
! #include <ctime>
19
! #include <cstring>
20
21
#ifdef WIN32
22
#define WIN32_LEAN_AND_MEAN