summaryrefslogtreecommitdiff
path: root/src/inc/crtwrap.h
AgeCommit message (Collapse)AuthorFilesLines
2015-11-23Delete code under !NO_CRT defineJan Kotas1-291/+0
It is always defined - even in internal builds
2015-11-20Fix build breaks in legacy buildJan Kotas1-1/+1
[tfs-changeset: 1550765]
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-0/+1
This change replaces DWORD, LONGLONG, ULONGLONG, SIZE_T, BYTE, LONG32 and few more by standard c++ types. The DWORD still remains present in signatures of Windows APIs used by the GC. There are few issues with those that need to get fixed.
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+321
[tfs-changeset: 1407945]