VirtualBox

Ignore:
Timestamp:
Jul 3, 2007 9:39:04 PM (17 years ago)
Author:
vboxsync
Message:

VBoxSDL: Fixed OS/2 build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp

    r3289 r3402  
    2727#include <VBox/com/EventQueue.h>
    2828#include <VBox/com/VirtualBox.h>
     29
    2930#include <iprt/stream.h>
     31
     32#ifdef __OS2__
     33# undef RT_MAX
     34// from <iprt/cdefs.h>
     35# define RT_MAX(Value1, Value2)  ((Value1) >= (Value2) ? (Value1) : (Value2))
     36#endif
    3037
    3138using namespace com;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette