VirtualBox

Changeset 8651 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
May 7, 2008 12:16:29 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30582
Message:

Moved the strictness indicators into internal/strict.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/critsect-generic.cpp

    r8650 r8651  
    3939#include <iprt/err.h>
    4040#include "internal/thread.h"
    41 
    42 /** @def RTCRITSECT_STRICT
    43  * Define this to enable deadlock detection.
    44  */
    45 #if !defined(RTCRITSECT_STRICT) && defined(RT_STRICT)
    46 # define RTCRITSECT_STRICT
    47 #endif
     41#include "internal/strict.h"
     42
    4843
    4944/* in strict mode we're redefining this, so undefine it now for the implementation. */
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