12 lines
217 B
C
12 lines
217 B
C
#include "priv.h"
|
|
|
|
// Define some things for debug.h
|
|
//
|
|
#define SZ_DEBUGINI "tests.ini"
|
|
#define SZ_DEBUGSECTION "ICONVIEW"
|
|
#define SZ_MODULE "ICONVIEW"
|
|
#define DECLARE_DEBUG
|
|
#include <debug.h>
|
|
|
|
|