Changeset 3:9a4831576dc5 in miniini


Ignore:
Timestamp:
May 7, 2010 5:48:05 PM (3 years ago)
Author:
vadim@…
Branch:
default
Message:

fixes for WIN32 build

Location:
miniini/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • miniini/include/allocator.h

    r0 r3  
    99#include "typedefs.h" 
    1010#include <cassert> 
     11 
     12#ifdef GetFreeSpace  
     13#undef GetFreeSpace 
     14#endif 
    1115 
    1216namespace miniini_private 
  • miniini/include/log.h

    r0 r3  
    2929    }\ 
    3030} 
    31  
     31#ifdef ERROR 
     32#undef ERROR 
     33#endif 
    3234#define ERROR(...) \ 
    3335{\ 
     
    5557 
    5658#define WARNING(...) 0 
    57  
     59#ifndef ERROR 
    5860#define ERROR(...) 0 
    59  
     61#endif 
    6062#define LOG(...) 0 
    6163 
Note: See TracChangeset for help on using the changeset viewer.