< prev index next >

modules/fxpackager/src/main/native/library/common/Platform.cpp

Print this page
rev 9619 : imported patch 9-jake-fxpackager.patch

@@ -38,10 +38,14 @@
 #include "WindowsPlatform.h"
 #include "LinuxPlatform.h"
 #include "MacPlatform.h"
 
 
+// Environment
+StaticReadProperty<TString, &Environment::GetNewLine> Environment::NewLine;
+
+
 //--------------------------------------------------------------------------------------------------
 
 Platform& Platform::GetInstance() {
     //Lock lock(true);
 #ifdef WINDOWS
< prev index next >