This commit is contained in:
Dan Witte 2010-07-02 15:07:08 -07:00
Родитель 280ac9e770
Коммит 0a2de5baad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -323,7 +323,7 @@ test_closure_cdecl(PRInt8 i, test_func_ptr f)
#if defined(_WIN32) && !defined(_WIN64)
PRInt32
test_closure_cdecl(PRInt8 i, test_func_ptr_stdcall f)
test_closure_stdcall(PRInt8 i, test_func_ptr_stdcall f)
{
return f(i);
}