GenericContainer
GenericContainer a tool for C++ programming
Loading...
Searching...
No Matches
GenericContainerLibs.hh
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*\
2 | |
3 | Copyright (C) 2013 |
4 | |
5 | , __ , __ |
6 | /|/ \ /|/ \ |
7 | | __/ _ ,_ | __/ _ ,_ |
8 | | \|/ / | | | | \|/ / | | | |
9 | |(__/|__/ |_/ \_/|/|(__/|__/ |_/ \_/|/ |
10 | /| /| |
11 | \| \| |
12 | |
13 | Enrico Bertolazzi |
14 | Dipartimento di Ingegneria Industriale |
15 | Università degli Studi di Trento |
16 | email: enrico.bertolazzi@unitn.it |
17 | |
18\*--------------------------------------------------------------------------*/
19
20//
21// file: GenericContainerLibs.hh
22//
23
24#ifndef GENERIC_CONTAINER_LIBS_HH
25#define GENERIC_CONTAINER_LIBS_HH
26
28
29#ifdef GENERIC_CONTAINER_ON_WINDOWS
30 #ifdef _MSC_VER
31 #pragma comment(lib, "kernel32.lib")
32 #pragma comment(lib, "user32.lib")
33 #pragma comment(lib, "Ws2_32.lib")
34 #endif
35#endif
36
37#endif
38
39//
40// eof: GenericContainerLibs.hh
41//