Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-01-15 09:40:15 +0300
committerJan Kotas <jkotas@microsoft.com>2016-01-15 10:42:37 +0300
commit867751d297349229761110f547f0c6fe17e80e3e (patch)
tree4112b5c80b580f43c45e61e463d544c0b705a6ab /src/Native/Runtime/PalRedhawk.h
parent6dce21882fa1c196ddd59ea950ee58f7695bcc78 (diff)
Fix build break and build warning
Diffstat (limited to 'src/Native/Runtime/PalRedhawk.h')
-rw-r--r--src/Native/Runtime/PalRedhawk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Native/Runtime/PalRedhawk.h b/src/Native/Runtime/PalRedhawk.h
index d27e60c18..62817eae0 100644
--- a/src/Native/Runtime/PalRedhawk.h
+++ b/src/Native/Runtime/PalRedhawk.h
@@ -50,6 +50,7 @@ typedef void(__stdcall *PFLS_CALLBACK_FUNCTION) (void* lpFlsData);
#define CALLBACK __stdcall
#define WINAPI __stdcall
#define WINBASEAPI __declspec(dllimport)
+#endif //!GCENV_INCLUDED
typedef struct _GUID {
unsigned long Data1;
@@ -58,8 +59,6 @@ typedef struct _GUID {
unsigned char Data4[8];
} GUID;
-#endif //!GCENV_INCLUDED
-
#define DECLARE_HANDLE(_name) typedef HANDLE _name
struct SYSTEM_INFO