1. Add the sample files described in the User's Guide.

2. Remove offending redefinition of "struct timezone" in timeval.h, it's
no longer needed.  (Let me know if this breaks anyone's build procedure!!)


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3552 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-08-15 20:55:05 +00:00
parent 852159d1b1
commit ae2ee20c68
4 changed files with 5 additions and 4 deletions

BIN
130418_1742.wav Normal file

Binary file not shown.

BIN
130610_2343.wav Normal file

Binary file not shown.

View File

@ -27,11 +27,12 @@
// long tv_usec; /* microseconds */
//};
/*
struct timezone {
int tz_minuteswest; /* minutes W of Greenwich */
int tz_dsttime; /* type of dst correction */
int tz_minuteswest; // minutes W of Greenwich
int tz_dsttime; // type of dst correction
};
*/
__inline int gettimeofday(struct timeval *tv, struct timezone *tz)
{
FILETIME ft;

View File

@ -1,4 +1,4 @@
//---------------------------------------------------------------- MainWindow
//--------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"