/[ascend]/trunk/ascend/utilities/test/test_ascDynaLoad_shlib.c
ViewVC logotype

Diff of /trunk/ascend/utilities/test/test_ascDynaLoad_shlib.c

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

revision 399 by johnpye, Fri Mar 31 08:52:57 2006 UTC revision 480 by johnpye, Mon Apr 17 10:45:23 2006 UTC
# Line 1  Line 1 
1  #include <utilities/ascConfig.h>  #include <utilities/ascConfig.h>
2  #include "test_ascDynaLoad_shlib.h"  #include "test_ascDynaLoad_shlib.h"
3    
4  int DLEXPORT value = FALSE;  int ASC_DLLSPEC value = FALSE;
5                                                        
6  int DLEXPORT init(void)  int ASC_DLLSPEC init(void)
7  {  {
8    value = TRUE;    value = TRUE;
9    return -5;    return -5;
10  }  }
11    
12  int DLEXPORT isInitialized(void)  int ASC_DLLSPEC isInitialized(void)
13  {  {
14    return value;    return value;
15  }  }
16    
17  void DLEXPORT cleanup(void)  void ASC_DLLSPEC cleanup(void)
18  {  {
19    value = FALSE;    value = FALSE;
20  }  }

Legend:
Removed from v.399  
changed lines
  Added in v.480

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