mapi: Define MAPI_TMP_DEFINES only when needed.

Since struct mapi_table is opaque, MAPI_TMP_DEFINES is not needed in
table.h.
This commit is contained in:
Chia-I Wu
2010-12-24 16:04:14 +08:00
parent e6a7ef3ca6
commit a33e9f049d
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -52,5 +52,6 @@ noop_generic(void)
}
/* define noop_array */
#define MAPI_TMP_DEFINES
#define MAPI_TMP_NOOP_ARRAY
#include "mapi_tmp.h"
-1
View File
@@ -32,7 +32,6 @@
#include "u_compiler.h"
#include "stub.h"
#define MAPI_TMP_DEFINES
#define MAPI_TMP_TABLE
#include "mapi_tmp.h"