Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1848 for code/trunk


Ignore:
Timestamp:
Sep 28, 2008, 5:07:04 PM (16 years ago)
Author:
rgrieder
Message:

Bugfix for MINGW32 in CEGUILua.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/ceguilua-0.6.1/ceguilua/CEGUILua.h

    r1810 r1848  
    3131#define _CEGUILua_h_
    3232
    33 
     33/*** CHANGES BY ORXONOX TEAM FOR MINGW32 ***/
    3434/*************************************************************************
    3535        Import / Export control macros
     
    3939#       define CEGUILUA_API __declspec(dllexport)
    4040#   else
    41 #       define CEGUILUA_API __declspec(dllimport)
     41#      if defined( __MINGW32__ )
     42#          define CEGUILUA_API
     43#      else
     44#          define CEGUILUA_API __declspec(dllimport)
     45#      endif
    4246#   endif
    4347#else
Note: See TracChangeset for help on using the changeset viewer.