Ignore:
Timestamp:
03/26/07 13:25:49 (17 years ago)
Author:
r2d
Message:

added windows includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/mpcenc/mpcenc.h

    r203 r241  
    3939#if   defined _WIN32  ||  defined __TURBOC__  ||  defined __ZTC__  ||  defined _MSC_VER
    4040# include <io.h>
     41# include <fcntl.h>
     42# include <windows.h>
    4143#elif defined __unix__  ||  defined __linux__  ||  defined __APPLE__
    4244# include <unistd.h>
Note: See TracChangeset for help on using the changeset viewer.