[Ikvm-commit] ikvm/reflect/Writer VersionInfo.cs,1.9,1.10
Brought to you by:
jfrijters
|
From: Jeroen F. <jfr...@us...> - 2016-07-01 05:44:43
|
Update of /cvsroot/ikvm/ikvm/reflect/Writer In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31864/Writer Modified Files: VersionInfo.cs Log Message: Replaced CORECLR symbol with NETSTANDARD. Index: VersionInfo.cs =================================================================== RCS file: /cvsroot/ikvm/ikvm/reflect/Writer/VersionInfo.cs,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** VersionInfo.cs 1 Jul 2016 05:15:22 -0000 1.9 --- VersionInfo.cs 1 Jul 2016 05:44:41 -0000 1.10 *************** *** 104,108 **** int codepage = 1200; // Unicode codepage ! #if CORECLR // we set the langId to MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL) // (this matches Roslyn) --- 104,108 ---- int codepage = 1200; // Unicode codepage ! #if NETSTANDARD // we set the langId to MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL) // (this matches Roslyn) |