export.h

Langue: en

Autres versions - même langue

Version: 347133 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

export.h -

export/import definitions for DLL's on Win32.

SYNOPSIS


Defines


#define __EXPORT __DLLRTL

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

Define Documentation

#define __EXPORT __DLLRTL

Author

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