changeset 23:93688b908c5e

Removed a strange #ifdef in dmail.h that was conflicting with the new DW_RESOURCE() macro.
author Brian Smith <brian@dbsoft.org>
date Sat, 07 May 2011 01:13:05 -0500
parents 3dbc5640bf11
children b8573e2e5ea0
files dmail.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dmail.h	Sat May 07 01:03:53 2011 -0500
+++ b/dmail.h	Sat May 07 01:13:05 2011 -0500
@@ -66,7 +66,6 @@
 
 #define ACCOUNT_MAX   20
 
-#ifndef DW_RESOURCE
 typedef struct {
 	int                Type;
 	Account*           Acc;
@@ -109,5 +108,4 @@
 AccountInfo *findaccount(void *opaque);
 
 #endif
-#endif