Changeset 7136


Ignore:
Timestamp:
2004-03-29T14:15:11+12:00 (20 years ago)
Author:
mdewsnip
Message:

Visual C++ needs the debug.h file for debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/isis-gdl/IsisDef.h

    r6127 r7136  
    8383#endif
    8484
    85 // #ifndef __DEBUG_H__
    86 // #include "debug.h"
    87 // #endif
     85#ifdef _WIN32
     86#ifndef __DEBUG_H__
     87#define _DEBUG
     88#include "debug.h"
     89#endif
     90#endif
    8891
    8992#ifndef __ABSTRACT_ISISDB_H__
Note: See TracChangeset for help on using the changeset viewer.