odbcconfig.cxx (96de5490) odbcconfig.cxx (6e18eccd)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 94 unchanged lines hidden (view full) ---

103#if defined _MSC_VER
104#pragma warning(pop)
105#endif
106#undef SQL_API
107#define SQL_API __stdcall
108#endif // defined(WNT)
109// from here on you can do what you want to
110
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 94 unchanged lines hidden (view full) ---

103#if defined _MSC_VER
104#pragma warning(pop)
105#endif
106#undef SQL_API
107#define SQL_API __stdcall
108#endif // defined(WNT)
109// from here on you can do what you want to
110
111#if defined(OS2)
112#define SQL_API _System
113#endif // defined(OS2)
114
115#else
116
117#define ODBC_LIBRARY ""
118#define ODBC_UI_LIBRARY ""
119
120#endif // HAVE_ODBC_SUPPORT
121
122//.........................................................................

--- 277 unchanged lines hidden ---
111#else
112
113#define ODBC_LIBRARY ""
114#define ODBC_UI_LIBRARY ""
115
116#endif // HAVE_ODBC_SUPPORT
117
118//.........................................................................

--- 277 unchanged lines hidden ---