Subject: | let's fix ..\pTk/tkWinPort.h ... already |
for a while now, the
extern int gettimeofday(struct timeval *, struct timezone *);
line in pTk/tkWinPort.h has been choking the windows compilers,
don't you think it's about time we wrap it in an ifndef? I do
#ifndef WIN32
extern int gettimeofday(struct timeval *, struct timezone *);
#endif