~ubuntu-branches/ubuntu/breezy/cmake/breezy

« back to all changes in this revision

Viewing changes to Tests/SimpleInstallS2/lib2.h

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2004-08-12 09:21:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20040812092132-qus2c27xt84ypfx4
Tags: 2.0.3-1
* New upstream release
* finds QT's moc, gets bug closing syntax right (Closes: #250000)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef _WIN32
 
2
#  ifdef test2_EXPORTS
 
3
#    define CM_TEST_LIB_EXPORT  __declspec( dllexport )
 
4
#  else
 
5
#    define CM_TEST_LIB_EXPORT  __declspec( dllimport )
 
6
#  endif
 
7
#else
 
8
#  define CM_TEST_LIB_EXPORT 
 
9
#endif
 
10
 
 
11
CM_TEST_LIB_EXPORT float Lib2Func();