Last change
on this file since 3459 was 3459, checked in by sandervl, 25 years ago |
added warpin installation script & app + wrc bugfix
|
File size:
724 bytes
|
Line | |
---|
1 | /* $Id: odininst.cpp,v 1.1 2000-04-29 18:23:34 sandervl Exp $ */
|
---|
2 | /*
|
---|
3 | * Win32 Odin32 Application executable entrypoint
|
---|
4 | *
|
---|
5 | * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
6 | *
|
---|
7 | *
|
---|
8 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
9 | *
|
---|
10 | */
|
---|
11 | #include <os2.h>
|
---|
12 | #include <win32type.h>
|
---|
13 | #include <odinlx.h>
|
---|
14 | #include <odininst.h>
|
---|
15 |
|
---|
16 | //******************************************************************************
|
---|
17 | //******************************************************************************
|
---|
18 | int main(int argc, char *argv[])
|
---|
19 | {
|
---|
20 | InitSystemAndRegistry();
|
---|
21 | }
|
---|
22 | //******************************************************************************
|
---|
23 | //******************************************************************************
|
---|
Note:
See
TracBrowser
for help on using the repository browser.