videobalance: use G_OS_WIN32 for windows check

This commit is contained in:
David Schleef 2010-12-30 12:07:52 -08:00
parent 9c2393490f
commit d4167c4fee

View file

@ -55,7 +55,7 @@
#define M_PI 3.14159265358979323846
#endif
#ifdef WIN32
#ifdef G_OS_WIN32
#define rint(x) (floor((x)+0.5))
#endif