source: trunk/include/wprocess.h@ 124

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

* empty log message *

File size: 326 bytes
Line 
1/* $Id: wprocess.h,v 1.1 1999-06-19 13:58:26 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
14void InitializeTIB(BOOL fMainThread = FALSE);
15void DestroyTIB();
16
17#endif
Note: See TracBrowser for help on using the repository browser.