- Timestamp:
- 12/29/09 23:51:47 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/gui-windows/Gui.cpp
r36210 r36312 37 37 #ifndef _WIN32_WCE 38 38 #define SET_DLL_ADDRESS(module, name) \ 39 *( (void**)&i3::dll.dll_##name) = (void*)GetProcAddress(module, #name);39 *(uintptr_t*)(&i3::dll.dll_##name) = (uintptr_t)GetProcAddress(module, #name); 40 40 #else 41 41 #define SET_DLL_ADDRESS(module, name) \ 42 *( (void**)&i3::dll.dll_##name) = (void*)GetProcAddress(module, _T(#name));42 *(uintptr_t*)(&i3::dll.dll_##name) = (uintptr_t)GetProcAddress(module, _T(#name)); 43 43 #endif 44 44
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)