aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/ozone.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/ozone.h')
-rw-r--r--backends/wince/ozone.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/wince/ozone.h b/backends/wince/ozone.h
index 711dd0061e..45de0bbb97 100644
--- a/backends/wince/ozone.h
+++ b/backends/wince/ozone.h
@@ -26,6 +26,7 @@
#define FORMAT_555 2
#define FORMAT_OTHER 3
+#if defined(_WIN32_WCE) && _WIN32_WCE <= 300
typedef struct _RawFrameBufferInfo
{
WORD wFormat;
@@ -36,4 +37,4 @@ typedef struct _RawFrameBufferInfo
int cxPixels;
int cyPixels;
} RawFrameBufferInfo;
-
+#endif