Changeset 20612 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/libWine
- Timestamp:
- Jun 16, 2009 9:20:54 AM (16 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Wine/libWine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/libWine/port.c
r16477 r20612 142 142 * Switch to the specified stack to call the function and return. 143 143 */ 144 int wine_call_on_stack( int (*func)(void *), void *arg, void *stack ); 144 145 145 #if defined(__i386__) && defined(__GNUC__) 146 146 __ASM_GLOBAL_FUNC( wine_call_on_stack, -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/libWine/version.c
r16410 r20612 1 const char wine_build[] = "wine-1.1. 10";1 const char wine_build[] = "wine-1.1.23";
Note:
See TracChangeset
for help on using the changeset viewer.