• This project
    • Loading...
  • Sign in

I_Jemin / ITHVNR_kor

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ITHVNR_kor
  • vnr
  • texthook
  • texthook_config.h
  • mireado's avatar
    update to 3.5640.1 · 90613f50 ...
    90613f50
    update to ITHVNR 3.5640.1
    and translation
    mireado authored 2016-01-06 00:01:17 +0900
texthook_config.h 367 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#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