<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br>On Oct 21, 2010, at 1:57 AM, Duncan Sands wrote:<br><br><blockquote type="cite">#if defined(__APPLE__) && MAC_OS_X_VERSION_MAX_ALLOWED <= 1050<br># define USE_KEYMGR 1<br>@@ -318,8 +319,10 @@<br>    LOI = (LibgccObjectInfo*)calloc(sizeof(struct LibgccObjectInfo), 1); <br>  _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST, LOI);<br>  InstallExceptionTableRegister(DarwinRegisterFrame);<br>+  // Not sure about how to deregister on Darwin.<br>#else<br></blockquote><br><div>Wonder if we can just get rid of the old keymgr code at this point…</div><div><br></div><div>-eric</div></body></html>