source: trunk/include/wprocess.h@ 125

Last change on this file since 125 was 125, checked in by sandervl, 26 years ago

More TIB changes

File size: 350 bytes
Line 
1/* $Id: wprocess.h,v 1.2 1999-06-19 17:58:50 sandervl Exp $ */
2/*
3 * Process help functions
4 *
5 * Copyright (C) 1999 Sander van Leeuwen
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11#ifndef _WPROCESS_H__
12#define _WPROCESS_H__
13
14//#define WIN32_TIBSEL
15
16void InitializeTIB(BOOL fMainThread = FALSE);
17void DestroyTIB();
18
19#endif
Note: See TracBrowser for help on using the repository browser.