Browse Source

Update preprocessor-variables.md

salahchafai 5 years ago
parent
commit
1d47576e15
1 changed files with 3 additions and 3 deletions
  1. 3 3
      en/manual/scripts/preprocessor-variables.md

+ 3 - 3
en/manual/scripts/preprocessor-variables.md

@@ -34,10 +34,10 @@ If you're developing for multiple platforms, you often need to write custom code
 
 ```cs
 
-#if SILICONSTUDIO_PLATFORM_WINDOWS
+#if STRIDE_PLATFORM_WINDOWS
     // Windows-specific code goes here...
 
-#elif SILICONSTUDIO_PLATFORM_MONO_MOBILE
+#elif STRIDE_PLATFORM_MONO_MOBILE
     // iOS and Android-specific code goes here...
 
 #else
@@ -55,4 +55,4 @@ If you're developing for multiple platforms, you often need to write custom code
 * [Public properties and fields](public-properties-and-fields.md)
 * [Scheduling and priorities](scheduling-and-priorities.md)
 * [Events](events.md)
-* [Debugging](debugging.md)
+* [Debugging](debugging.md)