Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
export.h File Reference

export/import definitions for DLL's on Win32. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

export/import definitions for DLL's on Win32.

This is used to swap rtl definitions for export vs import on Win32 machines when building a dll so that the remaining headers for my new dll are all "exports", while the headers for the included ccxx dll are all "imports".

Definition in file export.h.