Commits

Andy Green authored 2a772776a92
windows: for data exports use explicit extern LWS_EXTERN needs to be empty for windows when declaring functions in the headers. But for data, it needs the explicit extern otherwise on windows or mingw based builds, it thinks we are redeclaring the data each time.