Line | |
---|
1 | /* $Id: odininst.h,v 1.2 2000-12-30 10:17:45 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 | #define ODINFONTSECTION "Font Mapping"
|
---|
16 |
|
---|
17 | //******************************************************************************
|
---|
18 | //Called from the WarpIn install program to create the desktop directories and
|
---|
19 | //to setup the registry
|
---|
20 | //******************************************************************************
|
---|
21 | BOOL InitSystemAndRegistry();
|
---|
22 |
|
---|
23 | #endif //__ODININST_H__
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.