From 314665f002db1127ac4b84aa59a0f6dd12f93204 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 19 Apr 2005 12:29:25 +0000 Subject: [PATCH] Transform the name of the temp dir on Windows with GetLongPathName. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9834 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 44163ac2fb..ac48b99f54 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2005-04-19 Angus Leeming + + * package.C (get_temp_dir): call GetLongPathName on Windows. + 2005-04-17 Angus Leeming * filetools.C (MakeDisplayPath): invoke os::external_path before