Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7813 for code/forks


Ignore:
Timestamp:
Dec 26, 2010, 4:49:30 PM (13 years ago)
Author:
rgrieder
Message:

Fixed build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/forks/sandbox_qt/src/OrxonoxConfig.h.in

    r7806 r7813  
    182182#cmakedefine HAVE_VLD
    183183#if defined(HAVE_VLD) && !defined(ORXONOX_RELEASE)
    184     typedef UINT32 uint32_t;
    185     typedef wchar_t WCHAR;
    186     struct HINSTANCE__ { int unused; };
    187     typedef struct HINSTANCE__ * HINSTANCE;
    188     typedef HINSTANCE HMODULE;
     184typedef uint32_t UINT32;
     185typedef wchar_t WCHAR;
     186struct HINSTANCE__;
     187typedef struct HINSTANCE__* HINSTANCE;
     188typedef HINSTANCE HMODULE;
     189#  ifndef NULL
     190#    define NULL 0
     191#  endif
    189192#  include <vld.h>
    190193#endif
Note: See TracChangeset for help on using the changeset viewer.