Followup to bug 573004 to address review comment.

This commit is contained in:
Dan Witte 2010-06-26 14:18:45 -07:00
parent 1dc52aecc3
commit bbedff2e04

View File

@ -192,7 +192,7 @@ NS_EXTERN_C
NS_EXPORT PRInt32 test_closure_cdecl(PRInt8, test_func_ptr);
#if defined(_WIN32) && !defined(_WIN64)
typedef PRInt32 (NS_STDCALL * test_func_ptr_stdcall)(PRInt8);
NS_EXPORT PRInt32 test_closure_stdcall(PRInt8, PRInt32 (NS_STDCALL *)(PRInt8));
NS_EXPORT PRInt32 test_closure_stdcall(PRInt8, test_func_ptr_stdcall);
#endif /* defined(_WIN32) && !defined(_WIN64) */
NS_EXPORT PRInt32 test_callme(PRInt8);