source: trunk/include/odininst.h@ 4503

Last change on this file since 4503 was 3460, checked in by sandervl, 25 years ago

header updates

File size: 618 bytes
RevLine 
[3460]1/* $Id: odininst.h,v 1.1 2000-04-29 18:25:02 sandervl Exp $ */
2
3/*
4 * Exported installation procedure in kernel32
5 *
6 * Copyright 2000 Sander van Leeuwen (sandervl@xs4all.nl)
7 *
8 *
9 * Project Odin Software License can be found in LICENSE.TXT
10 *
11 */
12#ifndef __ODININST_H__
13#define __ODININST_H__
14
15//******************************************************************************
16//Called from the WarpIn install program to create the desktop directories and
17//to setup the registry
18//******************************************************************************
19BOOL InitSystemAndRegistry();
20
21#endif //__ODININST_H__
22
Note: See TracBrowser for help on using the repository browser.