Vidalia
0.3.1
Main Page
Namespaces
Classes
Files
File List
File Members
src
miniupnpc
declspec.h
Go to the documentation of this file.
1
#ifndef __DECLSPEC_H__
2
#define __DECLSPEC_H__
3
4
#if defined(WIN32) && !defined(STATICLIB)
5
#ifdef MINIUPNP_EXPORTS
6
#define LIBSPEC __declspec(dllexport)
7
#else
8
#define LIBSPEC __declspec(dllimport)
9
#endif
10
#else
11
#define LIBSPEC
12
#endif
13
14
#endif
15
Generated on Mon Jan 14 2013 08:44:27 for Vidalia by
1.8.3