Changeset 338 for trunk/portaudio
- Timestamp:
- 02/17/10 06:57:23 (2 years ago)
- Files:
-
- trunk/portaudio/portaudio/portaudio.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/portaudio/portaudio/portaudio.d
r248 r338 220 220 */ 221 221 //C #define paNoDevice ((PaDeviceIndex)-1) 222 const PaDeviceIndex paNoDevice = -1; 222 223 223 224 … … 424 425 //C PaHostApiTypeId hostApiType; /**< the host API which returned the error code */ 425 426 //C long errorCode; /**< the error code returned */ 426 //C const char *errorText; /**< a textual description of the error if available, otherwise a zero -lengthstring */427 //C const char *errorText; /**< a textual description of the error if available, otherwise a zero.size string */ 427 428 //C }PaHostErrorInfo; 428 429 align(1)
