summaryrefslogtreecommitdiff
path: root/translate/mcode/windows/windows_default_path.ads
blob: a18b6562855a635120db2407e5f817eeca0f3ca4 (plain)
1
2
3
4
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;