зеркало из https://github.com/mozilla/gecko-dev.git
Bug 284366 PSM needs to handle Smart Cards seamlessly
fix casting on 64bit platforms patch by ajschult@verizon.net r=rrelyea sr=jst a=asa
This commit is contained in:
Родитель
fa7b43f831
Коммит
4f9c680880
|
@ -131,7 +131,7 @@ SmartCardThreadList::Add(SmartCardMonitoringThread *thread)
|
|||
|
||||
// We really should have a Unity PL Hash function...
|
||||
static PR_CALLBACK PLHashNumber
|
||||
unity(const void *key) { return (PLHashNumber)key; }
|
||||
unity(const void *key) { return PLHashNumber(NS_PTR_TO_INT32(key)); }
|
||||
|
||||
SmartCardMonitoringThread::SmartCardMonitoringThread(SECMODModule *module_)
|
||||
: mThread(nsnull)
|
||||
|
|
Загрузка…
Ссылка в новой задаче