Changeset 16 in libcf++ for trunk/include/cf/memory.h


Ignore:
Timestamp:
07/11/15 18:35:43 (9 years ago)
Author:
cheese
Message:

#1 fix predefinition of header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf/memory.h

    r7 r16  
    44 * @brief memory
    55 */
    6 #ifndef __memory_h__
    7 #define __memory_h__
     6#ifndef __cf_memory_h__
     7#define __cf_memory_h__
    88
    99#include "cf/types.h"
     
    6464}
    6565
    66 #endif
     66#endif // #ifndef __cf_memory_h__
Note: See TracChangeset for help on using the changeset viewer.