VirtualBox

Ignore:
Timestamp:
Jun 30, 2011 8:27:48 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72581
Message:

Runtime: add C++-like vector implementation in C

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk

    r37025 r37720  
    9494        $(QUIET)$(APPEND) -t "$@" "done"
    9595
    96    PROGRAMS += tstVector
    97    tstVector_TEMPLATE = VBOXR3TSTEXE
    98    tstVector_SOURCES = \
    99            testcase/tstVector.cpp
    100    tstVector_INCS = .
    101    tstVector_LIBS = \
    102            $(LIB_RUNTIME)
    103 
    10496   #
    10597   # Additional testcase designed to be run manually, which initiates and starts the Linux
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp

    r37719 r37720  
    2121#include <iprt/err.h>
    2222#include <iprt/assert.h>
    23 #include <iprt/vector.h>
    2423#include <VBox/log.h>
    2524
     
    3029
    3130#include <limits.h>
     31
     32#include "vector.h"
    3233
    3334#ifdef TESTCASE
Note: See TracChangeset for help on using the changeset viewer.

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