changeset 5062 | e8916fe9cfc8 |
parent 3685 | 64ce267332c6 |
child 5535 | 96594ac5fd1a |
1.1 --- a/test/testnative.c Thu Jan 20 17:33:06 2011 -0800 1.2 +++ b/test/testnative.c Thu Jan 20 18:04:05 2011 -0800 1.3 @@ -10,8 +10,8 @@ 1.4 #define MAX_SPEED 1 1.5 1.6 static NativeWindowFactory *factories[] = { 1.7 -#ifdef TEST_NATIVE_WIN32 1.8 - &Win32WindowFactory, 1.9 +#ifdef TEST_NATIVE_WINDOWS 1.10 + &WindowsWindowFactory, 1.11 #endif 1.12 #ifdef TEST_NATIVE_X11 1.13 &X11WindowFactory,