Commit 2b70cde9 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@57656 954022d7-b5bf-4e40-9824-e11837661b57
parent c5ab17cd
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
#ifndef _AVSUTILS_H_ // For Borland compiler #ifndef _AVSUTILS_H_ // For Borland compiler
#define _AVSUTILS_H_ #define _AVSUTILS_H_
#ifdef _WIN32
//#include <windows.h> //#include <windows.h>
#include <atlbase.h> //#include <atlbase.h>
#include <atlcoll.h> //#include <atlcoll.h>
#include <stdio.h> #include <stdio.h>
#include "ASCUtilsDefines.h" #include "ASCUtilsDefines.h"
...@@ -302,4 +303,6 @@ static SAFEARRAY* SafeArrayCreateVector(VARTYPE vt, unsigned int size) ...@@ -302,4 +303,6 @@ static SAFEARRAY* SafeArrayCreateVector(VARTYPE vt, unsigned int size)
rgsabound[0].cElements = size; rgsabound[0].cElements = size;
return SafeArrayCreate(vt, 1, rgsabound); return SafeArrayCreate(vt, 1, rgsabound);
} }
#endif // #ifndef _AVSUTILS_H_ // For Borland compiler #endif // #ifdef _WIN32
\ No newline at end of file #endif // #ifndef _AVSUTILS_H_ // For Borland compiler
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