with Windows_Default_Path;
pragma Elaborate_All (Windows_Default_Path);

package Default_Pathes is
   Install_Prefix : constant String :=
     Windows_Default_Path.Get_Windows_Exec_Path;
   Lib_Prefix : constant String := "lib";
end Default_Pathes;