Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2011, 11:07:46 PM (14 years ago)
Author:
rgrieder
Message:

Fixed MSVC build (dllexport problems) and warnings.

Location:
code/branches/presentation/src/modules/docking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/docking/DockingController.h

    r8568 r8586  
    3939namespace orxonox
    4040{
    41     class _OrxonoxExport DockingController : public ArtificialController, public Tickable
     41    class _DockingExport DockingController : public ArtificialController, public Tickable
    4242    {
    4343        public:
  • code/branches/presentation/src/modules/docking/DockingPrereqs.h

    r8561 r8586  
    4343//-----------------------------------------------------------------------
    4444
    45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(Docking_STATIC_BUILD)
    46 #  ifdef Docking_SHARED_BUILD
     45#if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(DOCKING_STATIC_BUILD)
     46#  ifdef DOCKING_SHARED_BUILD
    4747#    define _DockingExport __declspec(dllexport)
    4848#  else
Note: See TracChangeset for help on using the changeset viewer.