summaryrefslogtreecommitdiff
path: root/rts/RtsDllMain.h
Commit message (Collapse)AuthorAgeFilesLines
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
| | | | Our new CPP linter enforces this.
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
| | | | This reverts commit 39b5c1cbd8950755de400933cecca7b8deb4ffcd.
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
| | | | | | | | This will hopefully help ensure some basic consistency in the forward by overriding buffer variables. In particular, it sets the wrap length, the offset to 4, and turns off tabs. Signed-off-by: Austin Seipp <austin@well-typed.com>
* rts: delint/detab/dewhitespace RtsDllMain.hAustin Seipp2014-07-281-2/+0
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-1/+1
|
* Change some TARGET tests to HOST tests in the RTSIan Lynagh2010-07-131-1/+1
| | | | Which was being used seemed to be random
* Enable shared libraries on Windows; fixes trac #3879Ian Lynagh2010-03-201-0/+17