(wx) get the wxWidgets port building again. :)

This commit is contained in:
Charles Kerr
2008-09-19 17:17:34 +00:00
parent 9c2c4ca08d
commit e07bc3543e
4 changed files with 28 additions and 8 deletions

View File

@@ -31,6 +31,10 @@
#include <stdio.h> /* FILE* */
#include <time.h> /* time_t* */
#ifdef __cplusplus
extern "C" {
#endif
/***
****
***/
@@ -280,4 +284,8 @@ tr_bitfield* tr_bitfieldOr( tr_bitfield*, const tr_bitfield* );
double tr_getRatio( double numerator, double denominator );
#ifdef __cplusplus
}
#endif
#endif