view pwplib/pwplib.c @ 84:969fff31e495

Fix mingw cross build.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Feb 2013 00:40:26 +0200
parents 1cdec595e9be
children
line wrap: on
line source

#ifdef UNIX
#include "pwplib-unix.c"
#else
#include "pwplib-win.c"
#endif