aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/missing/assert.h
blob: 24bc74a6422a5fc8e3af14cc9bfccd4850d2bc33 (plain)
1
2
3
4
5
6
/* Header is not present in Windows CE SDK */

#include "common/util.h"

#define assert(e) ((e) ? 0 : (error("Assertion failed " #e " (%s, %d)", __FILE__, __LINE__)))