summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/wgl/stw_winsys.h
AgeCommit message (Collapse)Author
2009-01-08wgl: Do not provide DllMain inside the state tracker.José Fonseca
MS CRT libraries already provide a default DllMain entrypoint, and MS Linker will complain if it finds the same symbol in two different libraries. Therefore the DllMain has to be in (each) winsys.
2009-01-08wgl: Ensure public symbols get the proper DLL linkage attributes.José Fonseca
2008-11-21mesa: Bring in new mesa sub-statetracker.José Fonseca
Some code cleanup is still in order.