From b50a786c2758a34eff01a491ef103bd5a053ba90 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 19 Oct 2010 05:17:48 +0300 Subject: do not use wxwidgets in core, boost and ace choosen for core development --- core/modules.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/modules.h') diff --git a/core/modules.h b/core/modules.h index d4a7929..9894894 100644 --- a/core/modules.h +++ b/core/modules.h @@ -16,13 +16,13 @@ public: unload Unload; set_plugin_info SetPluginInfo; }; - wxDynamicLibrary *get_plugin(); + ACE_DLL *get_plugin(); void set_plugin(); const exported_functions_s *get_exported_functions(); - plugin(wxDynamicLibrary *lib, PLUGININFO *info, exported_functions_s *funcs); + plugin(ACE_DLL *lib, PLUGININFO *info, exported_functions_s *funcs); ~plugin(); private: - wxDynamicLibrary *plug; + ACE_DLL *plug; exported_functions_s *exported_funcs; PLUGININFO *plugininfo; }; -- cgit v1.2.3