Parent Directory
|
Revision Log
|
Patch
| revision 1663 by rousseau, Mon Sep 19 08:06:06 2005 UTC | revision 1664 by rousseau, Mon Sep 19 10:28:39 2005 UTC | |
|---|---|---|
| # | Line 66 static void mscUnLockThread(void) | Line 66 static void mscUnLockThread(void) |
| 66 | ||
| 67 | /* Library constructor and deconstructor function for UNIX */ | /* Library constructor and deconstructor function for UNIX */ |
| 68 | #ifndef WIN32 | #ifndef WIN32 |
| 69 | CONSTRUCTOR_DECLARATION(musclecard_init) | |
| 70 | void CONSTRUCTOR musclecard_init(void) | void CONSTRUCTOR musclecard_init(void) |
| 71 | { | { |
| 72 | } | } |
| 73 | ||
| 74 | DESTRUCTOR_DECLARATION(musclecard_fini) | |
| 75 | void DESTRUCTOR musclecard_fini(void) | void DESTRUCTOR musclecard_fini(void) |
| 76 | { | { |
| 77 | if (localHContext != 0) | if (localHContext != 0) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |