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:
+1
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user