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

This commit is contained in:
Oleg.Korshul
2014-03-28 07:41:39 +00:00
committed by Alexander Trofimov
parent 050ea5dc3e
commit a6b55f6fa4
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
//
//
//
//////////////////////////////////////////////////////////////////////
#ifndef _AGGPLUSENUMS_H
#define _AGGPLUSENUMS_H
#include "AggPlusTypes.h"
#include "aggplustypes.h"
namespace Aggplus
{
@ -294,4 +294,4 @@ enum StringFormatFlags
} //namespace Aggplus
#endif // !defined(_AGGPLUSENUMS_H)
#endif // !defined(_AGGPLUSENUMS_H)

View File

@ -1,4 +1,4 @@
#ifndef _AGGPLUSTYPES_H
#ifndef _AGGPLUSTYPES_H
#define _AGGPLUSTYPES_H
#include "../common/Types.h"