mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 03:58:50 -04:00
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:
parent
9ab51fd8eb
commit
b831d1e08e
BIN
130418_1742.wav
Normal file
BIN
130418_1742.wav
Normal file
Binary file not shown.
BIN
130610_2343.wav
Normal file
BIN
130610_2343.wav
Normal file
Binary file not shown.
@ -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;
|
||||
|
@ -1,4 +1,4 @@
|
||||
//---------------------------------------------------------------- MainWindow
|
||||
//--------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user