Since config.h is updated, the demo makefiles needed to be updated with the latest DEFINES. Also changed some of the demo projects built with CodeBlocks.

This commit is contained in:
skarg
2007-08-21 23:00:56 +00:00
parent f74d39558f
commit 6dc7399605
28 changed files with 177 additions and 321 deletions
+1 -4
View File
@@ -42,10 +42,7 @@
/* note: TSM functionality is optional - only needed if we are
doing client requests */
#ifndef TSM_ENABLED
#define TSM_ENABLED 0
#endif
#if (!TSM_ENABLED)
#if (!MAX_TSM_TRANSACTIONS)
#define tsm_free_invoke_id(x) (void)x;
#else
typedef enum {