mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
Followup to bug 573004 to address review comment.
This commit is contained in:
parent
1dc52aecc3
commit
bbedff2e04
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user