summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Errors.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added the _UNICODE flag on WindowsTiger Wang2015-09-261-1/+1
* Support building on FreeBSDlinnemannr2015-05-251-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-6/+6
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-2/+2
* More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney2014-03-251-1/+1
* Switched cEvent to GetOSErrorStringTycho2014-01-251-0/+1
* Extracted cSocket::GetErrorString into GetOSErrorStringTycho2014-01-251-0/+52