File: hunvisapi.h

package info (click to toggle)
texmaker 5.1.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 80,340 kB
  • sloc: cpp: 429,691; ansic: 192,386; python: 1,935; xml: 1,724; asm: 205; sh: 176; makefile: 46
file content (18 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef HUNSPELL_VISIBILITY_H_
#define HUNSPELL_VISIBILITY_H_

//#if defined(HUNSPELL_STATIC)
//#  define LIBHUNSPELL_DLL_EXPORTED
//#elif defined(_WIN32)
//#  if defined(BUILDING_LIBHUNSPELL)
//#    define LIBHUNSPELL_DLL_EXPORTED __declspec(dllexport)
//#  else
//#    define LIBHUNSPELL_DLL_EXPORTED __declspec(dllimport)
//#  endif
//#elif defined(BUILDING_LIBHUNSPELL) && 1
//#  define LIBHUNSPELL_DLL_EXPORTED __attribute__((__visibility__("default")))
//#else
//#  define LIBHUNSPELL_DLL_EXPORTED
//#endif

#endif