Changeset 3669 in vbox for trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h
- Timestamp:
- Jul 17, 2007 9:12:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h
r3578 r3669 52 52 virtual ~VBoxSDLFB(); 53 53 54 #ifdef __WIN__54 #ifdef RT_OS_WINDOWS 55 55 STDMETHOD_(ULONG, AddRef)() 56 56 { … … 179 179 uint32_t mLabelHeight; 180 180 #endif 181 #ifdef __WIN__181 #ifdef RT_OS_WINDOWS 182 182 long refcnt; 183 183 #endif … … 200 200 virtual ~VBoxSDLFBOverlay(); 201 201 202 #ifdef __WIN__202 #ifdef RT_OS_WINDOWS 203 203 STDMETHOD_(ULONG, AddRef)() 204 204 { … … 285 285 /** Additional SDL surface used for combining the framebuffer and the overlay */ 286 286 SDL_Surface *mBlendedBits; 287 #ifdef __WIN__287 #ifdef RT_OS_WINDOWS 288 288 long refcnt; 289 289 #endif
Note:
See TracChangeset
for help on using the changeset viewer.