VirtualBox

Changeset 20374 in vbox for trunk/src/VBox/Runtime/r0drv/os2


Ignore:
Timestamp:
Jun 8, 2009 12:43:21 AM (16 years ago)
Author:
vboxsync
Message:

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

Location:
trunk/src/VBox/Runtime/r0drv/os2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h

    r20364 r20374  
    4040#include <os2ddk/devhlp.h>
    4141
    42 RT_BEGIN_DECLS
     42RT_C_DECLS_BEGIN
    4343
    4444extern PCDOSTABLE   g_pDosTable;
     
    5151DECLASM(int) RTR0Os2DHVMGlobalToProcess(ULONG fFlags, PVOID pvR0, ULONG cb, PPVOID ppvR3);
    5252
    53 RT_END_DECLS
     53RT_C_DECLS_END
    5454
    5555#endif
  • trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp

    r20364 r20374  
    101101*   Internal Functions                                                         *
    102102*******************************************************************************/
    103 RT_BEGIN_DECLS
     103RT_C_DECLS_BEGIN
    104104DECLASM(void) rtTimerOs2Tick(void);
    105105DECLASM(int) rtTimerOs2Arm(void);
    106106DECLASM(int) rtTimerOs2Dearm(void);
    107 RT_END_DECLS
     107RT_C_DECLS_END
    108108
    109109
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