Functions | |
| int | __rdl_initialize () |
| initialize without exception handling; used by rdl_initialize(), DllMain(). | |
| int | __rdl_finalize () |
| finalize without exception handling; used by rdl_finalize(), DllMain(); do nothing: another process may be using it (do not close global semaphores!); maybe use shared data in the future (see CreateFileMapping()). | |