| delorie.com/archives/browse.cgi | search |
| To: | djgpp AT sun DOT soe DOT clarkson DOT edu, arif AT stat DOT fsu DOT edu |
| Subject: | sys/timeb.h not setup for C++ |
| Date: | Tue, 22 Feb 94 15:44:21 -0500 |
| From: | arif AT stat DOT fsu DOT edu |
The file include\sys\timeb.h has a line
extern int ftime(struct timeb *);
which should have the wrapper
#ifdef __cplusplus
extern "C" {
#endif
...
#ifdef __cplusplus
}
#endif
placed around it. Or am I missing something here?
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |