|
Last change
on this file was 22113, checked in by rousseau, 10 years ago |
|
Made code-generator use 'lf' for source related files [apitest]
This is more consistent with Odin sources, which also use 'lf'.
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | //! GENINFO :: platform:OS/2, version:20.45, target:ApiTest.generate
|
|---|
| 2 | /*****************************************************************************\
|
|---|
| 3 | * ApiTestWin.hpp :: This is the Native Win32 variant of ApiTest *
|
|---|
| 4 | * --------------------------------------------------------------------------- *
|
|---|
| 5 | * This variant is not 'Odin Aware' and is built as a Native Win32 application.*
|
|---|
| 6 | * So it is in PE-format and reuires the special pe/pec loaders to run, or the *
|
|---|
| 7 | * win32k.sys driver. These loaders convert the PE into an LX on-the-fly which *
|
|---|
| 8 | * then accesses the Odin32 subsystem. This process is called 'Odinization', *
|
|---|
| 9 | * because the application is converted to adapt to Odin32. *
|
|---|
| 10 | * Besides a Win32 application being built with non-OS/2 tools and headers, *
|
|---|
| 11 | * there is also a difference between the code-path taken by Odin32 internally *
|
|---|
| 12 | * between 'Odin Based' and 'Odinized' applications. So this variant provides *
|
|---|
| 13 | * yet another angle on testing the Odin32-API. *
|
|---|
| 14 | \*****************************************************************************/
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | #ifndef __APITEST_HPP__
|
|---|
| 18 | #define __APITEST_HPP__
|
|---|
| 19 | #ifdef __cplusplus
|
|---|
| 20 | extern "C" {
|
|---|
| 21 | #endif
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | #ifdef __cplusplus
|
|---|
| 26 | }
|
|---|
| 27 | #endif
|
|---|
| 28 | #endif // __APITEST_HPP__
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.