jigdo API
Last update by Admin on 2010-05-23
util/unistd-jigdo.h
Go to the documentation of this file.00001 /* $Id: unistd-jigdo.h,v 1.1 2005/07/04 14:55:05 atterer Exp $ -*- C++ -*- 00002 __ _ 00003 |_) /| Copyright (C) 2005 | richard@ 00004 | \/¯| Richard Atterer | atterer.net 00005 ¯ '` ¯ 00006 This program is free software; you can redistribute it and/or modify it 00007 under the terms of the GNU General Public License, version 2. See the file 00008 COPYING for details. 00009 00010 */ 00016 #ifndef UNISTD_JIGDO_HH 00017 00018 /* Grr, on Windows, include/glib-2.0/glib/gwin32.h #defines ftruncate to 00019 g_win32_ftruncate, which causes trouble with unistd's ftruncate() 00020 declaration. */ 00021 #ifdef ftruncate 00022 # undef ftruncate 00023 #endif 00024 00025 #include <unistd.h> 00026 00027 #endif
Generated on Tue Sep 23 14:27:42 2008 for jigdo by
