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