You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
766 B
33 lines
766 B
|
|
#ifndef W2_CLEAR_FORM_PROPVALUE
|
|
#define W2_CLEAR_FORM_PROPVALUE
|
|
#include <sa\am.h>
|
|
#include <tccore\aom.h>
|
|
#include <tccore\aom_prop.h>
|
|
#include <tccore\item.h>
|
|
#include <tccore\grm.h>
|
|
#include <tc\preferences.h>
|
|
#include<tc\tc_macros.h>
|
|
#include <user_exits\user_exits.h>
|
|
#include <tccore\method.h>
|
|
#include <tccore\tctype.h>
|
|
#include <tccore\item_msg.h>
|
|
#include <tccore\tc_msg.h>
|
|
#include <tccore\grmtype.h>
|
|
#include <tccore\grm.h>
|
|
#include <tccore\imantype.h>
|
|
|
|
#include <itk\bmf.h>
|
|
#include <bmf\libuserext_exports.h>
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
extern USER_EXT_DLL_API int HXC_Revise_clear_form( METHOD_message_t* msg, va_list args );
|
|
extern int Register_revise_msg(void);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#include <bmf\libuserext_undef.h>
|
|
#endif |