view pwplib/pwplib.c @ 82:1013256040d5

Clean up build process.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Feb 2013 00:39:19 +0200
parents 1cdec595e9be
children
line wrap: on
line source

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