aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/vlib/mssql/_cdef_windows.c.v
blob: 61724eecc0c3e0a54c585b99af3007691f7755f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module mssql

// mssql module does not support tcc on windows

// odbc32 lib comes with windows sdk and does not need to be installed separately.
// v builder for msvc can resolve the sdk includes search path, so no need to repeat here.
#flag windows -lodbc32

// Special handling of sql headers on windows.
// Source is in v third party folder.
#flag windows -I@VEXEROOT/thirdparty/mssql/include
#include <mssql.h>