show/hide this revision's text 2 added 2 characters in body

I don't think that's possible. The underlying representation of enums is up to the compiler. You are better off using:

const __int64 LARGE_VALUE = 0x10000000000000L0x1000000000000000L;
show/hide this revision's text 1

I don't think that's possible. The underlying representation of enums is up to the compiler. You are better off using:

const __int64 LARGE_VALUE = 0x10000000000000L;