mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Reference the wayback machine for the dead hyperlink to the MS support
page in the comments about why the extra typedef for va_arg(). No code changes. FossilOrigin-Name: ab1a9b5b78de7c00b38357b1df08e82ce5608a14f8c675ac20c5f2dad5212f50
This commit is contained in:
@@ -4033,6 +4033,8 @@ int sqlite3_test_control(int op, ...){
|
||||
** types in the second argument to va_arg(). Work around the problem
|
||||
** using a typedef.
|
||||
** http://support.microsoft.com/kb/47961 <-- dead hyperlink
|
||||
** Search at http://web.archive.org/ to find the 2015-03-16 archive
|
||||
** of the link above to see the original text.
|
||||
** sqlite3GlobalConfig.xTestCallback = va_arg(ap, int(*)(int));
|
||||
*/
|
||||
typedef int(*sqlite3FaultFuncType)(int);
|
||||
|
Reference in New Issue
Block a user