File: odbc.c

package info (click to toggle)
ruby-odbc 0.999992-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: ansic: 8,609; ruby: 854; makefile: 3
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"