Ignore:
Timestamp:
06/24/09 23:45:50 (15 years ago)
Author:
r2d
Message:

patch by Dr. Fiemost : fixed an error when building mpcdec on MinGW since crtdbg.h is a Visual Studio feature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcdec/mpcdec.c

    r432 r444  
    4141#include <getopt.h>
    4242
    43 #ifdef WIN32
     43#ifdef _MSC_VER
    4444#include <crtdbg.h>
    4545#endif
     
    242242    }
    243243
    244 #ifdef WIN32
     244#ifdef _MSC_VER
    245245    assert(_CrtCheckMemory());
    246246    _CrtDumpMemoryLeaks();
Note: See TracChangeset for help on using the changeset viewer.