Fixed a few problems with ptransfer in linux builds, but then relagated it to Win32 only builds (left the errors for M$-only functions like _kbhit)

Added a makefile for it.
This commit is contained in:
tbrennan3
2011-09-12 11:50:05 +00:00
parent cd8946c62d
commit a41c8fcc99
3 changed files with 43 additions and 1 deletions
+2
View File
@@ -29,7 +29,9 @@
#include <stdlib.h>
#include <errno.h>
#include <time.h> /* for time */
#if defined(WIN32) || defined(__BORLANDC__)
#include <conio.h>
#endif
#define PRINT_ENABLED 1
#include "bacdef.h"