X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_teapot_data.h;h=3bf83e11f78db037f193637608e6af6e74aaee03;hb=a14928fc505633d395e18db84ce7dbfd7386fa5f;hp=5c9829fdac0ba3e6bce00d989c17aaae0783220a;hpb=89c225066899f8956939f8175a0d548cd6f63a62;p=freeglut diff --git a/src/freeglut_teapot_data.h b/src/freeglut_teapot_data.h index 5c9829f..3bf83e1 100644 --- a/src/freeglut_teapot_data.h +++ b/src/freeglut_teapot_data.h @@ -24,7 +24,7 @@ #ifndef FREEGLUT_TEAPOT_DATA_H #define FREEGLUT_TEAPOT_DATA_H -#if TARGET_HOST_WINCE +#if defined(_WIN32_WCE) /* * Submitted through the kind offices of Daniel Wagner (daniel@ims.tuwien.ac.at) */ @@ -2305,7 +2305,7 @@ const int strip_normals[] = { 31, 31, 118, 237, 205, 449, 186, 470, 496, 494, 176, 155, 429, 112, 185, 89, 185, 421, 94, 300, 379, 170, -1 }; -#else /* TARGET_HOST_WINCE */ +#else /* defined(_WIN32_WCE) */ /* * Original teapot code copyright follows: @@ -2422,7 +2422,8 @@ static double tex[2][2][2] = { {0.0, 0.0}, {1.0, 0.0} }, { {0.0, 1.0}, {1.0, 1.0} } }; -#endif /* TARGET_HOST_WINCE */ +#endif /* defined(_WIN32_WCE) */ #endif /* FREEGLUT_TEAPOT_DATA_H */ +