Changeset 7813
- Timestamp:
- Dec 26, 2010, 4:49:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/forks/sandbox_qt/src/OrxonoxConfig.h.in
r7806 r7813 182 182 #cmakedefine HAVE_VLD 183 183 #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; 184 typedef uint32_t UINT32; 185 typedef wchar_t WCHAR; 186 struct HINSTANCE__; 187 typedef struct HINSTANCE__* HINSTANCE; 188 typedef HINSTANCE HMODULE; 189 # ifndef NULL 190 # define NULL 0 191 # endif 189 192 # include <vld.h> 190 193 #endif
Note: See TracChangeset
for help on using the changeset viewer.