// I think we want this for all WIN32 stuff, not just #ifdef _MSC_VER // but I could be wrong -- swhite #ifdef WIN32 #include "pathan_config_win32.h" #else #include "pathan_config_unix.h" #endif