blob: 83fc3108d50a1922854f96fc9bd2763795bcaf79 (
plain)
1
2
3
4
5
6
7
|
$Id$
The Export example is just an example that both shows off and tests
the macros created by generate_export_file.pl (or the earlier
GenExportH.bat). These macros are used to properly export functions
and classes from a Win32 DLL. On other platforms these macros expand
to nothing (since shared objects just export everything).
|