diff options
Diffstat (limited to 'translate/mcode/windows/windows_default_path.ads')
-rw-r--r-- | translate/mcode/windows/windows_default_path.ads | 5 |
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;
|