~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to intern/ghost/intern/GHOST_Debug.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-04-28 12:11:12 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20120428121112-2zi0vp8b6vejda8i
Tags: upstream-2.63
ImportĀ upstreamĀ versionĀ 2.63

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 * Macro's used in GHOST debug target.
31
31
 */
32
32
 
33
 
#ifndef _GHOST_DEBUG_H_
34
 
#define _GHOST_DEBUG_H_
 
33
#ifndef __GHOST_DEBUG_H__
 
34
#define __GHOST_DEBUG_H__
35
35
 
36
36
#if defined(WIN32) && !defined(FREE_WINDOWS)
37
37
#  ifdef DEBUG
72
72
#  define GHOST_ASSERT(x, info)
73
73
#endif // GHOST_DEBUG
74
74
 
75
 
#endif // _GHOST_DEBUG_H_
 
75
#endif // __GHOST_DEBUG_H__
76
76