/[ascend]/trunk/base/generic/utilities/test/test_ascDynaLoad_shlib.h
ViewVC logotype

Diff of /trunk/base/generic/utilities/test/test_ascDynaLoad_shlib.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 59 by jds, Sun Oct 30 01:38:20 2005 UTC revision 60 by jds, Mon Oct 31 03:39:15 2005 UTC
# Line 6  typedef int (*initFunc)(void); Line 6  typedef int (*initFunc)(void);
6  typedef int (*isInitializedFunc)(void);  typedef int (*isInitializedFunc)(void);
7  typedef void (*cleanupFunc)(void);  typedef void (*cleanupFunc)(void);
8    
9    #ifndef __WIN32__
10    #define DLEXPORT
11    #endif
12    
13  /** A public datum. */  /** A public datum. */
14  extern int DLEXPORT value;              extern int DLEXPORT value;            
15    

Legend:
Removed from v.59  
changed lines
  Added in v.60

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22