mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-17 17:42:02 -05:00
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:
parent
8dfca65f08
commit
469e07495d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user