osd-contiki/platform/win32/loader
2006-08-14 23:46:43 +00:00
..
dll-loader.c Added a Win32 dll loader for loading/unloading *.prg and *.dsc files. It requires at least WinXP as it uses GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS flag for unloading. The "self-unloading" via LOADER_UNLOAD() is implemented by defering the actual unload until back in the main loop using a user-mode APC (Asynchronous Procedure Call). 2006-08-13 16:49:43 +00:00
dll-loader.h Improved code clarity by moving the API macros definitions to the support function declarations. 2006-08-14 23:46:43 +00:00