summaryrefslogtreecommitdiff
path: root/src/inc/crtwrap.h
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-11-18 19:01:50 +0100
committerJan Vorlicek <janvorli@microsoft.com>2015-11-18 19:01:50 +0100
commit8a1abac8f17553f97b2613784db4bde1f5edda96 (patch)
tree5718520afd416f267d976065be079c3daf32067a /src/inc/crtwrap.h
parent76942bb17c28084b0fdad8b6836fb433d9302789 (diff)
downloadcoreclr-8a1abac8f17553f97b2613784db4bde1f5edda96.tar.gz
coreclr-8a1abac8f17553f97b2613784db4bde1f5edda96.tar.bz2
coreclr-8a1abac8f17553f97b2613784db4bde1f5edda96.zip
Replace most windows style types by c++ types
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.
Diffstat (limited to 'src/inc/crtwrap.h')
-rw-r--r--src/inc/crtwrap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/crtwrap.h b/src/inc/crtwrap.h
index eefc34c135..f4cd6dbec8 100644
--- a/src/inc/crtwrap.h
+++ b/src/inc/crtwrap.h
@@ -29,6 +29,7 @@
#include <tchar.h>
#include "debugmacros.h"
#include <stdlib.h>
+#include <stdint.h>
#include <malloc.h>
#include <wchar.h>
#include <stdio.h>