Example #1
0
 static NativePlatform()
 {
     #if WIN32
     s_default = new Win32Platform();
     #else
     s_default = new PosixPlatform();
     #endif
 }
Example #2
0
 static NativePlatform()
 {
     #if WIN32
         s_default = new Win32Platform();
     #else
         s_default = new PosixPlatform();
     #endif
 }