Changeset 338 for trunk/portaudio

Show
Ignore:
Timestamp:
02/17/10 06:57:23 (2 years ago)
Author:
kaarna
Message:

Added GraphicsMagick?. Updated libquicktime, portaudio.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/portaudio/portaudio/portaudio.d

    r248 r338  
    220220*/ 
    221221//C     #define paNoDevice ((PaDeviceIndex)-1) 
     222const PaDeviceIndex paNoDevice = -1; 
    222223 
    223224 
     
    424425//C         PaHostApiTypeId hostApiType;    /**< the host API which returned the error code */ 
    425426//C         long errorCode;                 /**< the error code returned */ 
    426 //C         const char *errorText;          /**< a textual description of the error if available, otherwise a zero-length string */ 
     427//C         const char *errorText;          /**< a textual description of the error if available, otherwise a zero.size string */ 
    427428//C     }PaHostErrorInfo; 
    428429align(1)