VirtualBox

Changeset 1730 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 27, 2007 12:37:04 PM (18 years ago)
Author:
vboxsync
Message:

Use iprt/alloca.h to get the right headers for alloca().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/hgcm/HGCM.cpp

    r1714 r1730  
    2323#include "Logging.h"
    2424
    25 #ifdef __WIN__
    26 #include <malloc.h> /* For alloca() */
    27 #else
    28 #include <alloca.h>
    29 #endif /* __WIN__ */
    30 
    3125#include "hgcm/HGCM.h"
    3226#include "hgcm/HGCMThread.h"
     
    3630
    3731#include <iprt/alloc.h>
     32#include <iprt/alloca.h>
    3833#include <iprt/avl.h>
    3934#include <iprt/critsect.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