Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5639


Ignore:
Timestamp:
Aug 12, 2009, 7:26:24 PM (15 years ago)
Author:
rgrieder
Message:

Just so we'll sure never have macro problems regarding include guards.

Location:
code/branches/libraries/src/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/core/DynLib.h

    r5631 r5639  
    3030// 08/11/2009: Small adjustments for Orxonox by Fabian 'x3n' Landau
    3131
    32 #ifndef _DynLib_H__
    33 #define _DynLib_H__
     32#ifndef _Core_DynLib_H__
     33#define _Core_DynLib_H__
    3434
    3535#include "CorePrereqs.h"
     
    119119}
    120120
    121 #endif
     121#endif /* _Core_DynLib_H__ */
  • code/branches/libraries/src/core/DynLibManager.h

    r5631 r5639  
    3030// 08/11/2009: Small adjustments for Orxonox by Fabian 'x3n' Landau
    3131
    32 #ifndef _DynLibManager_H__
    33 #define _DynLibManager_H__
     32#ifndef _Core_DynLibManager_H__
     33#define _Core_DynLibManager_H__
    3434
    3535#include "CorePrereqs.h"
     
    8585}
    8686
    87 #endif
     87#endif /* _Core_DynLibManager_H__ */
Note: See TracChangeset for help on using the changeset viewer.