blob: 1a7615ecde383a73e08b257d8bd8d117899bfb74 [file] [log] [blame]
#if defined (__MINGW32__) && !defined (__CYGWIN__)
#include "windows/password.c"
#else
#include "unix/password.c"
#endif