logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

export.h - export/import definitions for DLL's on Win32.

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020                                     export.h(3)

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'.

Name

       export.h - export/import definitions for DLL's on Win32.

Synopsis

See Also