Add SetSwitch API to Tizen.Runtime
[platform/core/dotnet/launcher.git] / NativeLauncher / inc / coreclr_host.h
index 702b7ec..a4adc44 100644 (file)
@@ -48,19 +48,6 @@ extern "C"
                        const char* entryPointMethodName,
                        void** delegate);
 
-       typedef bool (*set_environment_variable_ptr)(const char* name,
-                       const char* value);
-
-       typedef bool (*stop_profile_after_delay_ptr)(int sec);
-
-       typedef int (*multi_byte_to_wide_char_ptr)(
-                       unsigned int CodePage,
-                       unsigned int dwFlags,
-                       const char * lpMultiByteStr,
-                       int cbMultiByte,
-                       char16_t * lpWideCharStr,
-                       int cchWideChar);
-
        typedef int (*coreclr_preload_assembly_ptr)(
                  const char* assemblyPath);
 }