Modules | |
| HPI_OS_XXX build environment defines | |
| A developer wishing to create an application that runs on any 32-bit Windows environment would compile code with the following two defines set: HPI_OS_WIN32_USER and HPIDLL_IMPORTS. | |
| HPI DLL function attributes | |
| DLL environment defines. | |
Defines | |
| #define | HPI_64BIT |
| Define this when building a 64 bit application. | |
| #define | HPI_EXCLUDE_DEPRECATED |
| Define this to remove public definition of deprecated functions and defines. | |
The definitions are used in the build environment to control how HPI is built. They are NOT predefined in hpi.h!
|
|
Define this when building a 64 bit application. When not defined a 32 bit environment will be assumed. Currently only supported under Linux (autodetected). |
|
|
Define this to remove public definition of deprecated functions and defines. Use this to reveal where the deprecated functionality is used |
1.4.6-NO