freetdm: Added support for hardware (native) R2 MF generation

This commit is contained in:
Moises Silva
2011-02-24 18:41:07 -05:00
parent c22816c39c
commit 269906c891
11 changed files with 298 additions and 13 deletions

View File

@@ -37,8 +37,10 @@
*/
#ifdef WIN32
#define _WIN32_WINNT 0x0501 // To make GetSystemTimes visible in windows.h
#include <windows.h>
# if (_WIN32_WINNT < 0x0501)
# error "Need to target at least Windows XP/Server 2003 because GetSystemTimes is needed"
# endif
# include <windows.h>
#else /* LINUX */
#include <stdio.h>