Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 5:15:43 PM (5 years ago)
Author:
ahuwyler
Message:

Here and there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxPrereqs.h

    r12359 r12366  
    4343//-----------------------------------------------------------------------
    4444
    45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(OrxoBlox_STATIC_BUILD)
    46 #  ifdef OrxoBlox_SHARED_BUILD
     45#if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ORXOBLOX_STATIC_BUILD)
     46#  ifdef ORXOBLOX_SHARED_BUILD
    4747#    define _OrxoBloxExport __declspec(dllexport)
    4848#  else
     
    7373    class OrxoBloxWall;
    7474    class OrxoBloxStones;
    75     class OrxoBloxShip;
    7675    class OrxoBloxScore;
    7776}
Note: See TracChangeset for help on using the changeset viewer.