Leaked source code of windows server 2003
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.

32 lines
396 B

  1. /*++
  2. Copyright (c) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. osdep.h
  5. Abstract:
  6. defines for OS specific routines
  7. Author:
  8. Charlie Wickham (charlwi) 17-Sep-1996
  9. Revision History:
  10. --*/
  11. #ifndef _OSDEP_
  12. #define _OSDEP_
  13. //
  14. // shortest timer period in 100 ns units
  15. //
  16. #define TIMER_GRANULARITY 10000
  17. #endif /* _OSDEP_ */
  18. /* end osdep.h */