90613f5039
update to ITHVNR 3.5640.1 and translation
21 lines
367 B
C
21 lines
367 B
C
#pragma once
|
|
|
|
// texthook_config.h
|
|
// 10/20/2011 jichi
|
|
|
|
//#define TEXTHOOK_EXPORT
|
|
|
|
#ifndef TEXTHOOK_EXPORT
|
|
# ifdef TEXTHOOK_STATIC_LIB
|
|
# define TEXTHOOK_EXPORT
|
|
# elif defined(TEXTHOOK_BUILD_LIB)
|
|
# define TEXTHOOK_EXPORT Q_DECL_EXPORT
|
|
# else
|
|
# define TEXTHOOK_EXPORT Q_DECL_IMPORT
|
|
# endif
|
|
#endif // TEXTHOOK_EXPORT
|
|
|
|
#define TEXTHOOK_DEFAULT_NAME "H-code"
|
|
|
|
// EOF
|