source: branches/swt/testapp/apitest/src/ApiTestOdin.hpp

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: 945 bytes
Line 
1//! GENINFO :: platform:OS/2, version:20.45, target:ApiTest.generate
2/*****************************************************************************\
3* ApiTestOdin.hpp :: This is the Odin Based variant of ApiTest *
4* --------------------------------------------------------------------------- *
5* This is the main variant of interest as it uses the Odin32-API while being *
6* a Native OS/2 application and thus in LX-format. One could say this variant *
7* is 'Odin Aware' because it is built against Odin32 from the source-level. *
8* Another term is 'Odin Based'. *
9\*****************************************************************************/
10
11
12#ifndef __APITEST_HPP__
13#define __APITEST_HPP__
14#ifdef __cplusplus
15 extern "C" {
16#endif
17
18/* Declarations for Externals */
19extern DWORD Resource_PEResTab;
20
21#ifdef __cplusplus
22 }
23#endif
24#endif // __APITEST_HPP__
Note: See TracBrowser for help on using the repository browser.