/* @(#) $Id: pthreads_op.h,v 1.3 2007/01/04 19:15:59 dcid Exp $ */ /* Copyright (C) 2005 Daniel B. Cid * All rights reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public * License (version 2) as published by the FSF - Free Software * Foundation */ #ifndef PTHREADS_OP_H #define PTHREADS_OP_H #ifndef WIN32 int CreateThread(void *function_pointer(void *data), void *data); #endif #endif