VirtualBox

Changeset 8651 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
May 7, 2008 12:16:29 PM (17 years ago)
Author:
vboxsync
Message:

Moved the strictness indicators into internal/strict.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/sems-win.cpp

    r8649 r8651  
    4040#include <iprt/assert.h>
    4141#include <iprt/err.h>
     42#include "internal/strict.h"
    4243
    4344
     
    4546*   Defined Constants And Macros                                               *
    4647*******************************************************************************/
    47 /** @def RTSEMMUTEX_STRICT
    48  * Enables strictness checks and lock accounting.
    49  */
    50 #ifndef RTSEMMUTEX_STRICT
    51 # if defined(RT_STRICT) || defined(RT_LOCK_STRICT) || defined(RTSEM_STRICT) || defined(DOXYGEN_RUNNING)
    52 #  define RTSEMMUTEX_STRICT
    53 # endif
    54 #endif
    55 
    5648/** Converts semaphore to win32 handle. */
    5749#define SEM2HND(Sem) ((HANDLE)(uintptr_t)Sem)
     
    290282}
    291283
    292 
    293 
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