Corrected the conditional in jtaudio.c.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@624 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2008-01-31 20:57:26 +00:00
parent 6876fd8790
commit 67e6310296
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ typedef struct _SYSTEMTIME
short Millisecond; short Millisecond;
} SYSTEMTIME; } SYSTEMTIME;
#ifdef CVF #ifdef Win32
extern void __stdcall GetSystemTime(SYSTEMTIME *st); extern void __stdcall GetSystemTime(SYSTEMTIME *st);
#else #else
#include <sys/time.h> #include <sys/time.h>

View File

@ -1,4 +1,4 @@
#--------------------------------------------------------------------- MAP65 #---------------------------------------------------------------------- MAP65
# $Date$ $Revision$ # $Date$ $Revision$
# #
from Tkinter import * from Tkinter import *