Ignore:
Timestamp:
04/05/09 03:24:04 (14 years ago)
Author:
smurzch2
Message:

Preliminary support for Mac OS X.

Now, it compile, but it will not work with the serial port.
Thanks rorothetroll for this patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/reader-videoguard2.c

    r45 r54  
    44#include <termios.h>
    55#include <unistd.h>
    6 #ifndef OS_CYGWIN32
     6#ifdef OS_LINUX
    77#include <linux/serial.h>
    88#endif
     
    475475  }
    476476
    477 #ifndef OS_CYGWIN32
     477#ifdef OS_LINUX
    478478  int bconst=B38400;
    479479  int baud=64516;
Note: See TracChangeset for help on using the changeset viewer.