Show
Ignore:
Timestamp:
07/27/06 17:01:26 (2 years ago)
Author:
bart
Message:

Fixed project files for win32 and made the debug version build again

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/encoder.c

    r201 r250  
    10761076#ifdef ZEND_ENGINE_2 
    10771077 
     1078#if !defined(WIN32) && !defined(DEBUG) 
    10781079ZEND_DLIMPORT int isatty(int fd); 
     1080#endif 
    10791081 
    10801082static size_t eaccelerator_stream_stdio_reader(void *handle, char *buf, size_t len TSRMLS_DC)