Note that the WritePixels call is unsupported right now.
--- a/src/video/win32/SDL_d3drender.c Sun Dec 13 05:37:06 2009 +0000
+++ b/src/video/win32/SDL_d3drender.c Sun Dec 13 06:19:32 2009 +0000
@@ -1283,6 +1283,7 @@
Uint32 format, const void * pixels, int pitch)
{
/* Work in progress */
+ SDL_Unsupported();
return -1;
}