summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_mingw.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-02 11:30:51 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-02 11:30:51 -0500
commit3b5cc5a9fdd6b741f2cda857875fd953a4e87b31 (patch)
tree16de1374766b12c524bb44348dfc0968204ea222 /gtk2_ardour/bundle_env_mingw.cc
parent8040df189775fdbcfe842cc192228955ec357774 (diff)
move fixup_bundle_environment() code into per-platform files
Diffstat (limited to 'gtk2_ardour/bundle_env_mingw.cc')
-rw-r--r--gtk2_ardour/bundle_env_mingw.cc30
1 files changed, 30 insertions, 0 deletions
diff --git a/gtk2_ardour/bundle_env_mingw.cc b/gtk2_ardour/bundle_env_mingw.cc
new file mode 100644
index 0000000000..bf0acb8871
--- /dev/null
+++ b/gtk2_ardour/bundle_env_mingw.cc
@@ -0,0 +1,30 @@
+/*
+ Copyright (C) 2001-2012 Paul Davis
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
+#include "bundle_env.h"
+
+void
+fixup_bundle_environment (int, char* [], const char** localedir)
+{
+ /* what to do ? */
+}
+
+void load_custom_fonts()
+{
+}