comparison system/System.h @ 687:06f13a3b9e9e debug-output

Convert many cerrs to DEBUGs
author Chris Cannam
date Mon, 16 May 2011 17:19:09 +0100
parents badbbf0921fa
children 773f228f080d 001d77a720ce
comparison
equal deleted inserted replaced
686:b4a8d8221eaf 687:06f13a3b9e9e
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _SYSTEM_H_ 16 #ifndef _SYSTEM_H_
17 #define _SYSTEM_H_ 17 #define _SYSTEM_H_
18
19 #include "base/Debug.h"
18 20
19 #ifdef _WIN32 21 #ifdef _WIN32
20 22
21 #include <windows.h> 23 #include <windows.h>
22 #include <malloc.h> 24 #include <malloc.h>