git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52247 954022d7-b5bf-4e40-9824-e11837661b57

This commit is contained in:
Ivan.Shulga
2013-11-20 08:37:47 +00:00
committed by Alexander Trofimov
parent 484aaee5b6
commit 7c9b06cd16
3 changed files with 5 additions and 5 deletions

23
Common/ASCUtilsDefines.h Normal file
View File

@ -0,0 +1,23 @@
#ifdef _MSC_VER
#pragma once // for MSVS
#endif // #ifdef _MSC_VER
#ifndef _ASCUTILSDEFINES_H_ // For Borland compiler
#define _ASCUTILSDEFINES_H_
#define ACCURATE_SEEKMODE 0
#define LEFTNEAREST_SEEKMODE 1
#define RIGHTNEAREST_SEEKMODE 2
#define NULLMODE 0
#define READMODE 1
#define WRITEMODE 2
#define ENCODERMODE 1
#define DECODERMODE 2
#define PROGRESSVIDEOFILE_PARSING_FILE 1
#define PROGRESSVIDEOFILE_INTERNRTBROADCASTING 2
#define PROGRESSVIDEOFILE_INDEXING 3
#define PROGRESSVIDEOFILE_PARSING_VBRAUDIO 4
#endif // #ifndef _ASCUTILSDEFINES_H_ // For Borland compiler