LibOFX
|
00001 /*************************************************************************** 00002 $RCSfile: win32.hh,v $ 00003 ------------------- 00004 cvs : $Id: win32.hh,v 1.3 2007-10-27 12:15:58 aquamaniac Exp $ 00005 begin : Sat Oct 27 2007 00006 copyright : (C) 2007 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * This file is part of the project "LibOfx". * 00011 * Please see toplevel file COPYING of that project for license details. * 00012 ***************************************************************************/ 00013 00014 #ifndef LIBOFX_WIN32_HH 00015 #define LIBOFX_WIN32_HH 00016 00017 00018 00019 #ifdef HAVE_CONFIG_H 00020 # include <config.h> 00021 #endif 00022 00023 00024 #ifdef OS_WIN32 00025 00026 int mkstemp(char *tmpl); 00027 00028 00029 #endif 00030 00031 00032 #endif 00033