Line | |
---|
1 | /* $Id: os2main.cpp,v 1.1 1999-11-28 23:10:10 bird Exp $
|
---|
2 | *
|
---|
3 | * OS/2 startup code.
|
---|
4 | *
|
---|
5 | * Copyright (c) 1999 knut st. osmundsen
|
---|
6 | *
|
---|
7 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
8 | *
|
---|
9 | */
|
---|
10 |
|
---|
11 | /*******************************************************************************
|
---|
12 | * Header Files *
|
---|
13 | *******************************************************************************/
|
---|
14 | //#include <os2.h>
|
---|
15 | #include <winbase.h>
|
---|
16 | #include <win32type.h>
|
---|
17 | #include <odinlx.h>
|
---|
18 | #include "kernel32test.h"
|
---|
19 |
|
---|
20 |
|
---|
21 | /*******************************************************************************
|
---|
22 | * Global Variables *
|
---|
23 | *******************************************************************************/
|
---|
24 | /* Win32 resource directory (produced by wrc) */
|
---|
25 | extern "C" DWORD _Resource_PEResTab;
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
29 | int main(int argc, char *argv[])
|
---|
30 | {
|
---|
31 | RegisterLxExe(Kernel32TestMain, (PVOID)&_Resource_PEResTab);
|
---|
32 | }
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.