home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef WODBC_HPP_INCLUDED
- #define WODBC_HPP_INCLUDED
-
- #ifndef _WNO_PRAGMA_PUSH
- #pragma pack(push,8);
- #pragma enum int;
- #endif
-
- // Include the ODBC definitions since we want to use the same types
- // and such.
-
- #ifndef __ODBC_H_INCLUDED
- #define ODBC_WINNT
- #include "odbc.h"
- #endif
-
- #define SQL_C_NOTYPE 0
-
- #define SQL_WCM_ERROR -1000
- #define SQL_WCM_WARNING 1000
-
- #ifndef _WNO_PRAGMA_PUSH
- #pragma enum pop;
- #pragma pack(pop);
- #endif
-
- #endif /* __WODBC_HPP_INCLUDED */
-