server/dep/acelite/ace/post.h
Salja f4be15a7af Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:50:23 +00:00

25 lines
623 B
C++

// -*- C++ -*-
//=============================================================================
/**
* @file post.h
*
* $Id: post.h 97602 2014-02-19 20:24:30Z johnnyw $
*
* @author Christopher Kohlhoff <chris@kohlhoff.com>
*
* This file restores the original alignment rules.
*/
//=============================================================================
// No header guard
#if defined (_MSC_VER)
# pragma pack (pop)
#elif defined (__BORLANDC__)
# pragma option pop
# if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x680)
# pragma option pop
# endif
# pragma nopushoptwarn
# pragma nopackwarning
#endif