[8655] Remove problematic defines from Common.h

Its create conflicts with ACE code.
More cleanup need (with replace use ACE_OS function versions
but stuck for example still used old sockets libarary.
This commit is contained in:
VladimirMangos 2009-10-17 01:02:03 +04:00
parent bc1f6c7d3f
commit 29444467a9
2 changed files with 1 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8654"
#define REVISION_NR "8655"
#endif // __REVISION_NR_H__