Unify VS project files some more.

Trying to clarify comments in irrLegacyDefines.h

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6254 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2021-08-27 18:09:14 +00:00
parent 3d2a55e788
commit b691098fae
11 changed files with 288 additions and 12 deletions

View File

@ -16,8 +16,8 @@
#define _IRR_DEBUG_BREAK_IF IRR_DEBUG_BREAK_IF
#define _IRR_TEXT IRR_TEXT
// Defines which changed in Irrlicht 1.9 as they were reserved identifiers in c++,
// but can't be set here as there are only checks _if_ they are defined.
// Defines which are used in Irrlicht 1.9 and changed their name as they were reserved identifiers in c++
// Those can't be set here as it's defines _users_ can set.
// If you have any of those in your code, you will have to change them there.
// _IRR_DONT_DO_MEMORY_DEBUGGING_HERE -> IRR_DONT_DO_MEMORY_DEBUGGING_HERE