Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2018, 10:36:32 PM (7 years ago)
Author:
landauf
Message:

[Dialog_HS17] fixed dll linkage for MSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/dialog/DialogPrereqs.h

    r11612 r11748  
    4343//-----------------------------------------------------------------------
    4444
    45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(Dialog_STATIC_BUILD)
    46 #  ifdef Dialog_SHARED_BUILD
     45#if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(DIALOG_STATIC_BUILD)
     46#  ifdef DIALOG_SHARED_BUILD
    4747#    define _DialogExport __declspec(dllexport)
    4848#  else
Note: See TracChangeset for help on using the changeset viewer.