summaryrefslogtreecommitdiff
path: root/frontends/windows/fetch.h
Commit message (Collapse)AuthorAgeFilesLines
* Declare global variables as extern in headersMichael Forney2019-06-301-1/+1
| | | | | | | Otherwise, each source file that includes the header will create a new definition, which are usually merged together by the linker. Multiple definitions of an object is not allowed in ISO C.
* Update windows frontend to use windows resourcesVincent Sanders2018-08-211-0/+40