Added sharedDatabaseInterface and oci implementation libraries

This commit is contained in:
Anonymous
2014-01-14 22:29:01 -07:00
parent 8585710698
commit fe509b9480
108 changed files with 7603 additions and 0 deletions
@@ -0,0 +1,7 @@
#if defined(PLATFORM_WIN32)
#include "../../src/win32/SQLC_Defs.h"
#elif defined(PLATFORM_LINUX)
#include "../../src/linux/SQLC_Defs.h"
#else
#error unsupported platform
#endif