nds2-client - User 0.16.7
Loading...
Searching...
No Matches
nds.hh
1/* -*- mode: C++ ; c-basic-offset: 2; indent-tabs-mode: nil -*- */
2
3#ifndef SWIG__COMMON__NDS_HH
4#define SWIG__COMMON__NDS_HH
5
6#if WIN32 || WIN64
7/* ----------------------------------------------------------------------
8 * Windows System
9 * ----------------------------------------------------------------------
10 */
11
12#ifdef _DEBUG
13#undef _SCL_SECURE_NO_WARNINGS
14#define _SCL_SECURE_NO_WARNINGS
15#endif /* _DEBUG */
16#endif /* WIN32 || WIN64 */
17
18// ----------------------------------------------------------------------
23// ----------------------------------------------------------------------
24
25#include "nds_buffer.hh"
26#include "nds_channel.hh"
27#include "nds_availability.hh"
28#include "nds_connection.hh"
29#include "nds_version.hh"
30#include "nds_standalone.hh"
31
32#endif /* SWIG__COMMON__NDS_HH */