aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/missing/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/missing/assert.h')
-rw-r--r--backends/wince/missing/assert.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/wince/missing/assert.h b/backends/wince/missing/assert.h
new file mode 100644
index 0000000000..ada1a466e6
--- /dev/null
+++ b/backends/wince/missing/assert.h
@@ -0,0 +1,3 @@
+/* Header is not present in Windows CE SDK */
+
+#define assert(a) ; \ No newline at end of file