Rev | Line | |
---|
[1870] | 1 | /* $Id: winmain.cpp,v 1.1 1999-11-28 23:10:13 bird Exp $
|
---|
| 2 | *
|
---|
| 3 | * Windows 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 <windows.h>
|
---|
| 15 | #include "kernel32test.h"
|
---|
| 16 |
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | int main(int argc, char *argv[])
|
---|
| 20 | {
|
---|
| 21 | argc=argc;
|
---|
| 22 | argv=argv;
|
---|
| 23 | return Kernel32TestMain(0, 0, 0, 0);
|
---|
| 24 | }
|
---|
| 25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.