VirtualBox

Changeset 11663 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
Aug 26, 2008 2:50:16 PM (16 years ago)
Author:
vboxsync
Message:

Windows build fix for PutScancodes

Location:
trunk/src/VBox/Frontends/VBoxBFE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/COMDefs.h

    r11661 r11663  
    7272# define SUCCEEDED      NS_SUCCEEDED
    7373# define FAILED         NS_FAILED
    74 #endif /* !RT_OS_WINDOWS */
    7574
    7675#define ComSafeArrayIn(aType, aArg)         unsigned aArg##Size, aType *aArg
     
    7978#define ComSafeArrayAsInParam(aArray)   \
    8079    (aArray).size(), aArray.raw()
     80#else /* !RT_OS_WINDOWS */
     81#define ComSafeArrayIn(aType, aArg)     SAFEARRAY **aArg
     82#define ComSafeArrayInIsNull(aArg)      (aArg == NULL || *aArg == NULL)
     83#define ComSafeArrayInArg(aArg)         aArg
     84#define ComSafeArrayAsInParam(aArray)   (SAFEARRAY **)NULL
     85
     86#endif /* !RT_OS_WINDOWS */
     87
    8188
    8289
  • trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp

    r11661 r11663  
    2525#else
    2626# include <VBox/com/defs.h>
    27 //# include <VBox/com/array.h>
     27# include <VBox/com/array.h>
    2828#endif
    2929#include <VBox/pdm.h>
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