File: odbc.c

package info (click to toggle)
ruby-odbc 0.99995-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 528 kB
  • ctags: 600
  • sloc: ansic: 7,696; ruby: 809; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * ODBC-Ruby binding
 * Copyright (c) 2001-2011 Christian Werner <chw@ch-werner.de>
 *
 * See the file "COPYING" for information on usage
 * and redistribution of this file and for a
 * DISCLAIMER OF ALL WARRANTIES.
 *
 * $Id: odbc.c,v 1.6 2011/01/15 08:02:55 chw Exp chw $
 */

#undef  UNICODE
#undef  _UNICODE
#define UNICODE
#define _UNICODE

#include "../odbc.c"