mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-14 03:46:15 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65043 954022d7-b5bf-4e40-9824-e11837661b57
8 lines
176 B
C
8 lines
176 B
C
#pragma once
|
|
|
|
#ifdef _DEBUG
|
|
#pragma comment(lib, "../../../SDK/lib/win_64/DEBUG/graphics.lib")
|
|
#else
|
|
#pragma comment(lib, "../../../SDK/lib/win_64/graphics.lib")
|
|
#endif
|