mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
zipunzip.cpp: partly revert r23447 to be able to compile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23462 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a67f6f1480
commit
bdd453e4b9
@ -272,7 +272,7 @@ bool zipFiles(string const & zipfile, vector<pair<string, string> > const & file
|
||||
filename : the filename of the file where date/time must be modified
|
||||
dosdate : the new date at the MSDos format (4 bytes)
|
||||
tmu_date : the SAME new date at the tm_unz format */
|
||||
void change_file_date(const char * filename, uLong /* dosdate */, tm_unz tmu_date)
|
||||
void change_file_date(const char * filename, uLong dosdate, tm_unz tmu_date)
|
||||
{
|
||||
#ifdef WIN32
|
||||
HANDLE hFile;
|
||||
|
Loading…
Reference in New Issue
Block a user