glib/tests/module-test.c
changeset 49 e5d77a29bdca
parent 18 47c74d1534e1
equal deleted inserted replaced
48:ab61c4cedc64 49:e5d77a29bdca
    92   if (!g_module_supported ())
    92   if (!g_module_supported ())
    93     g_error ("dynamic modules not supported");
    93     g_error ("dynamic modules not supported");
    94 
    94 
    95 #ifndef __SYMBIAN32__
    95 #ifndef __SYMBIAN32__
    96   dir = g_get_current_dir ()
    96   dir = g_get_current_dir ()
    97 #else  
       
    98   dir = "z:\\sys\\bin";
       
    99 #endif  
    97 #endif  
   100 
    98 
   101   plugin_a = g_strconcat (dir, G_DIR_SEPARATOR_S, "libmoduletestplugin_a.dll", 
    99   plugin_a = "libmoduletestplugin_a.dll";
   102 			  NULL);
   100   plugin_b = "libmoduletestplugin_b.dll";
   103   plugin_b = g_strconcat (dir, G_DIR_SEPARATOR_S, "libmoduletestplugin_b.dll", 
       
   104 			  NULL);
       
   105 
   101 
   106 #ifndef __SYMBIAN32__
   102 #ifndef __SYMBIAN32__
   107   g_free (dir);
   103   g_free (dir);
   108 #endif  
   104 #endif  
   109 
   105