aboutsummaryrefslogtreecommitdiffstats
path: root/src/translate/mcode/windows/windows_default_path.ads
blob: 8e6303446f056f03bd2559f03b699787e147186d (plain)
1
2
3
4
5
package Windows_Default_Path is
   --  Get the default path from executable name.
   --  This function is called during elaboration!
   function Get_Windows_Exec_Path return String;
end Windows_Default_Path;