mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@9829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f3d6ed7574
commit
ac76a6a794
1 changed files with 0 additions and 8 deletions
|
|
@ -360,14 +360,6 @@ static const MemDiagCls sMemDiagHelper__upp__;
|
|||
|
||||
//some global definitions
|
||||
|
||||
#if !defined(STLPORT) && _MSC_VER < 1600
|
||||
//inline UPP::int64 abs(UPP::int64 x) { return x < 0 ? -x : x; }
|
||||
#endif
|
||||
|
||||
#ifdef COMPILER_GCC
|
||||
//inline double abs(double x) { return fabs(x); }
|
||||
#endif
|
||||
|
||||
void RegisterTopic__(const char *topicfile, const char *topic, const char *title, const UPP::byte *data, int len);
|
||||
|
||||
#ifdef PLATFORM_WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue