diff options
| author | František Dvořák <valtri@users.sourceforge.net> | 2004-09-06 18:34:37 +0000 |
|---|---|---|
| committer | František Dvořák <valtri@users.sourceforge.net> | 2004-09-06 18:34:37 +0000 |
| commit | 261088452aebcd55874ba9cfdea8bbc6534122a0 (patch) | |
| tree | a02f0717c43f30d7fb55e6a9f4e0d4134798ba63 /include | |
| parent | e1ea9c13f9d15c4f9bf1372678fe9827be626be0 (diff) | |
| download | xine-lib-261088452aebcd55874ba9cfdea8bbc6534122a0.tar.gz xine-lib-261088452aebcd55874ba9cfdea8bbc6534122a0.tar.bz2 | |
Updates:
- usability MSVC for frontends
- remove unistd.h from public headers
- add configure option "--with-dxheaders"
- install .def file under WIN32
- MSVC port update (some people might want it)
CVS patchset: 6944
CVS date: 2004/09/06 18:34:37
Diffstat (limited to 'include')
| -rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index d88516d6d..0ef399e7f 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.127 2004/08/02 12:51:08 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.128 2004/09/06 18:34:38 valtri Exp $ * * public xine-lib (libxine) interface and documentation * @@ -48,7 +48,6 @@ extern "C" { #endif #include <sys/types.h> -#include <unistd.h> #include <inttypes.h> #include <sys/time.h> #include <time.h> |
