Restored Makefile's use of Win32 for compiling jtaudio.c.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@620 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-12-31 16:39:07 +00:00
parent 8dfca65f08
commit 469e07495d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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