Chris Robinson 1a4a0abd1a Pin the DLL for Windows
The mmdevapi backend does not react well to being unloaded dynamically. It has
a message-handling thread running in the background which can't quit before
DllMain is called with DLL_PROCESS_DETACH, at which point it's too late to
safely message and wait for it shutddown, thus it can continue running after
the DLL is unloaded from memory.
2012-03-08 17:42:16 -08:00
..
2012-03-08 17:42:16 -08:00
2012-02-10 00:29:47 -08:00
2012-02-10 00:29:47 -08:00
2008-11-05 19:42:56 -08:00
2012-03-03 10:31:27 -08:00
2011-07-01 05:08:57 -07:00