|
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:
961 bytes
|
| Line | |
|---|
| 1 | //! GENINFO :: platform:OS/2, version:20.45, target:ApiTest.generate
|
|---|
| 2 | /*****************************************************************************\
|
|---|
| 3 | * ApiTestPm.hpp :: This is the PM variant of ApiTest *
|
|---|
| 4 | * --------------------------------------------------------------------------- *
|
|---|
| 5 | * The PM version has a different purpose than the Odin Based and Windows *
|
|---|
| 6 | * variants. Here the focus is not directly on testing the Odin32-API, but *
|
|---|
| 7 | * rather on testing the OS/2-API. While Odin implements a lot of Win32 *
|
|---|
| 8 | * functionality from scratch, there are also situations where things are *
|
|---|
| 9 | * delegated to OS/2. This variant provides that angle. *
|
|---|
| 10 | \*****************************************************************************/
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | #ifndef __APITEST_HPP__
|
|---|
| 14 | #define __APITEST_HPP__
|
|---|
| 15 | #ifdef __cplusplus
|
|---|
| 16 | extern "C" {
|
|---|
| 17 | #endif
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | #ifdef __cplusplus
|
|---|
| 22 | }
|
|---|
| 23 | #endif
|
|---|
| 24 | #endif // __APITEST_HPP__
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.