Ignore:
Timestamp:
11/02/08 01:21:42 (15 years ago)
Author:
r2d
Message:

changes to make mpcchap build with msvc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcchap/dictionary.h

    r384 r414  
    3131#include <stdlib.h>
    3232#include <string.h>
    33 #include <unistd.h>
     33
     34#ifndef _MSC_VER
     35# include <unistd.h>
     36#endif
    3437
    3538/*---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.