Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
718 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: muteximp.cxx
  8. //
  9. //--------------------------------------------------------------------------
  10. /* --------------------------------------------------------------------
  11. File: muteximp.cxx
  12. Description:
  13. This file contains the system independent mutex class for NT.
  14. History:
  15. kamenm - import (include) the mtrt version of mutex to avoid code cut
  16. and paste
  17. -------------------------------------------------------------------- */
  18. #include <precomp.hxx>
  19. #include <mutex.cxx>
  20. #define LogEvent(a,b,c,d,e,f,g)
  21. #include <eventwrp.cxx>