Changeset 62934 in vbox for trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub
- Timestamp:
- Aug 3, 2016 5:32:43 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub/debug.c
r53222 r62934 32 32 33 33 #include "initguid.h" 34 #ifdef VBOX 35 # include <iprt/win/objbase.h> 36 # include <wine/wined3d.h> 37 # include <iprt/win/windows.h> 38 #else 34 39 #include <objbase.h> 35 40 #include <wine/wined3d.h> 36 41 #include <windows.h> 42 #endif 37 43 38 44 #include <stdlib.h> -
trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/list.h
r53201 r62934 242 242 #undef LIST_ENTRY 243 243 #define LIST_ENTRY(elem, type, field) \ 244 ((type *)((char *)(elem) - (u nsigned long)(&((type *)0)->field)))244 ((type *)((char *)(elem) - (uintptr_t)(&((type *)0)->field))) 245 245 246 246 #endif /* __WINE_SERVER_LIST_H */
Note:
See TracChangeset
for help on using the changeset viewer.