SQLite

View Ticket
Login
Ticket Hash: 35c54c8749872e4165328d6f12acbcd0930fd9a1
Title: Some os win symbols should be declared static
Status: Fixed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: Unknown Resolution: Fixed
Last Modified: 2011-10-13 14:05:45
Version Found In: 3.6.18
Description:
Some the Windows vfs functions should be declared static but aren't. Examples are winDlSym, winDlClose and winCurrentTime.

(Having them public generates bogus symbols for tools that automatically generate export tables.)

From http://www.sqlite.org/cvstrac/tktview?tn=3839