[8036] Move unneded defines from dotconfpp.h to dotconfpp.cpp

This will prevent unexpected redefines and unrelated files build problems.
This commit is contained in:
VladimirMangos 2009-06-17 22:09:19 +04:00
parent 0b4c37f751
commit 3964a0d603
3 changed files with 13 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8035"
#define REVISION_NR "8036"
#endif // __REVISION_NR_H__