summaryrefslogtreecommitdiff
path: root/translate/mcode/windows/windows_default_path.ads
diff options
context:
space:
mode:
authorgingold2006-03-10 02:15:29 +0000
committergingold2006-03-10 02:15:29 +0000
commit402c0b3ca702f0e6c3e1e5589c98f01a21d6d6f0 (patch)
treeeccb325bd340a7fb2265810fe0be11a9b74b41dc /translate/mcode/windows/windows_default_path.ads
parentd969ae0b7b1872c931f0da6736e459b6ce6fc981 (diff)
downloadghdl-402c0b3ca702f0e6c3e1e5589c98f01a21d6d6f0.tar.gz
ghdl-402c0b3ca702f0e6c3e1e5589c98f01a21d6d6f0.tar.bz2
ghdl-402c0b3ca702f0e6c3e1e5589c98f01a21d6d6f0.zip
windows distribution based on mcode
Diffstat (limited to 'translate/mcode/windows/windows_default_path.ads')
-rw-r--r--translate/mcode/windows/windows_default_path.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/translate/mcode/windows/windows_default_path.ads b/translate/mcode/windows/windows_default_path.ads
new file mode 100644
index 0000000..a18b656
--- /dev/null
+++ b/translate/mcode/windows/windows_default_path.ads
@@ -0,0 +1,5 @@
+package Windows_Default_Path is
+ -- Get the default path from registry.
+ -- This function is called during elaboration!
+ function Get_Windows_Default_Path return String;
+end Windows_Default_Path;