mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
7 lines
169 B
C
7 lines
169 B
C
/* 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__)))
|
|
|