summaryrefslogtreecommitdiff
path: root/src/gc/env/gcenv.object.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-12-04 09:58:25 -0800
committerJan Kotas <jkotas@microsoft.com>2015-12-04 21:39:19 -0800
commit3b7689a032bea090ce3bd727d7f91fcab1913c44 (patch)
tree658b3409ca2fac7fdbbaac69e31023568f625906 /src/gc/env/gcenv.object.h
parentc28fdd314ee4bdcaab02689cf47b0fb497b0bca2 (diff)
downloadcoreclr-3b7689a032bea090ce3bd727d7f91fcab1913c44.tar.gz
coreclr-3b7689a032bea090ce3bd727d7f91fcab1913c44.tar.bz2
coreclr-3b7689a032bea090ce3bd727d7f91fcab1913c44.zip
Update GC from CoreRT
https://github.com/dotnet/corert/tree/master/src/Native/gc 6fb4eecd513d3b3e1ae7584a22ece46107e98069
Diffstat (limited to 'src/gc/env/gcenv.object.h')
-rw-r--r--src/gc/env/gcenv.object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gc/env/gcenv.object.h b/src/gc/env/gcenv.object.h
index 0e1c248d2d..31dfe838dd 100644
--- a/src/gc/env/gcenv.object.h
+++ b/src/gc/env/gcenv.object.h
@@ -19,9 +19,9 @@
class ObjHeader
{
private:
-#if defined(_WIN64)
+#if defined(BIT64)
uint32_t m_uAlignpad;
-#endif // _WIN64
+#endif // BIT64
uint32_t m_uSyncBlockValue;
public: