~ubuntu-branches/ubuntu/lucid/libmsn/lucid

« back to all changes in this revision

Viewing changes to msn/libmsn_export.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-01-16 14:26:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090116142647-a3bg7ubnz3n7flmf
Tags: 4.0~beta3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * visibility can be added later under all other systems
6
6
*/
7
7
#ifdef _MSC_VER
8
 
#pragma warning( disable : 4251, 4996 )
 
8
// we need to include windows.h here to not get compiler errors inside excpt.h (system header)
 
9
#include <windows.h>
 
10
#pragma warning( disable : 4251 )
 
11
#pragma warning( disable : 4996 )
9
12
#endif
10
13
 
11
14
#ifdef _WIN32
18
21
# define LIBMSN_EXPORT
19
22
#endif
20
23
 
21
 
#endif // _LIBMSN_EXPORT_H_
 
 
b'\\ No newline at end of file'
 
24
#endif // _LIBMSN_EXPORT_H_