/*
* File: msvc.h
* Summary: Header file for MSVC compiles
* Written by: Paul Du Bois
*/
// No va_copy in MSVC
// bool -> int
// struct vs class XXX: fix these some day!
// truncating conversions XXX: fix these too!
// ----------------------------------------------------------------------
// dirent.h replacement
// ----------------------------------------------------------------------
;
;
DIR* ;
dirent* ;
int ;
/* defined(TARGET_COMPILER_VC) */