mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57072 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
4d71c6fa9d
commit
df14c70f06
@ -7,9 +7,9 @@
|
||||
//#define NOZLIB
|
||||
|
||||
#ifndef NOZLIB
|
||||
#include "zlib.h"
|
||||
#include "zconf.h"
|
||||
#pragma comment(lib, "Zlib\\zlib.lib")
|
||||
#include "ZLib/zlib.h"
|
||||
#include "ZLib/zconf.h"
|
||||
#pragma comment(lib, "Zlib/zlib.lib")
|
||||
#endif /* NOZLIB */
|
||||
|
||||
#include "Consts.h"
|
||||
|
||||
Reference in New Issue
Block a user