Commit 7c9b06cd authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52247 954022d7-b5bf-4e40-9824-e11837661b57
parent 484aaee5
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <atlcoll.h> #include <atlcoll.h>
#include <stdio.h> #include <stdio.h>
#include "AVSUtilsDefines.h" #include "ASCUtilsDefines.h"
#define ADDREFINTERFACE(pinterface)\ #define ADDREFINTERFACE(pinterface)\
{\ {\
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#pragma once // for MSVS #pragma once // for MSVS
#endif // #ifdef _MSC_VER #endif // #ifdef _MSC_VER
#ifndef _AVSUTILSDEFINES_H_ // For Borland compiler #ifndef _ASCUTILSDEFINES_H_ // For Borland compiler
#define _AVSUTILSDEFINES_H_ #define _ASCUTILSDEFINES_H_
#define ACCURATE_SEEKMODE 0 #define ACCURATE_SEEKMODE 0
#define LEFTNEAREST_SEEKMODE 1 #define LEFTNEAREST_SEEKMODE 1
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
#define PROGRESSVIDEOFILE_INDEXING 3 #define PROGRESSVIDEOFILE_INDEXING 3
#define PROGRESSVIDEOFILE_PARSING_VBRAUDIO 4 #define PROGRESSVIDEOFILE_PARSING_VBRAUDIO 4
#endif // #ifndef _AVSUTILSDEFINES_H_ // For Borland compiler #endif // #ifndef _ASCUTILSDEFINES_H_ // For Borland compiler
\ No newline at end of file \ No newline at end of file
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
#include <atlstr.h> #include <atlstr.h>
#include <atltypes.h> #include <atltypes.h>
#include "AVSUtils.h" #include "..\..\..\ASCUtils.h"
using namespace ATL; using namespace ATL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment