File: xalibname.h

package info (click to toggle)
psqlodbc 1%3A09.05.0400-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,552 kB
  • ctags: 3,747
  • sloc: ansic: 46,891; sh: 11,451; cpp: 1,746; makefile: 169; sql: 143; xml: 31
file content (28 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* File:			xalibname.h
 *
 * Description:		See "xalibname.c"
 *
 * Comments:		See "readme.txt" for copyright and license information.
 *
 */

#ifndef __XALIBNAME_H__
#define __XALIBNAME_H__

#ifdef	__cplusplus
extern "C" {
#endif
#ifdef	WIN32
#ifdef	_HANDLE_ENLIST_IN_DTC_

BOOL	IsWow64(void);
const char *GetXaLibName(void);
const char *GetXaLibPath(void);

#endif /* _HANDLE_ENLIST_IN_DTC_ */
#endif /* WIN32 */

#ifdef	__cplusplus
}
#endif
#endif /* __XALIBNAME_H__ */