Show
Ignore:
Timestamp:
05/10/05 10:21:35 (4 years ago)
Author:
zoeloelip
Message:

Added some includes to satisfy VC.NET (thanks to dakalka, patch 1198522)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/mm.h

    r63 r89  
    2020#define MM_LOCK_RD 0 
    2121 
    22 #if (_MSC_VER < 1300) 
     22#if (_MSC_VER < 1400) 
    2323MM*    _mm_create(size_t size, const char* key); 
    2424void   _mm_set_attach(MM* mm, void* attach_addr); 
     
    4848int mm_protect(MM* mm, int mode); 
    4949 
    50 #if (_MSC_VER < 1300) 
     50#if (_MSC_VER < 1400) 
    5151#define mm_create(A, B)        _mm_create(A, B) 
    5252#define mm_set_attach(A, B)    _mm_set_attach(A, B)