summaryrefslogtreecommitdiff
path: root/translate/mcode/windows/default_pathes.ads
diff options
context:
space:
mode:
Diffstat (limited to 'translate/mcode/windows/default_pathes.ads')
-rw-r--r--translate/mcode/windows/default_pathes.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/translate/mcode/windows/default_pathes.ads b/translate/mcode/windows/default_pathes.ads
new file mode 100644
index 0000000..abe0a60
--- /dev/null
+++ b/translate/mcode/windows/default_pathes.ads
@@ -0,0 +1,6 @@
+with Windows_Default_Path;
+pragma Elaborate_All (Windows_Default_Path);
+
+package Default_Pathes is
+ Prefix : constant String := Windows_Default_Path.Get_Windows_Default_Path;
+end Default_Pathes;