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.

11 lines
215 B

  1. #pragma once
  2. #ifndef _CONST_H_
  3. #define _CONST_H_
  4. #define TIMER_NUM 1
  5. #define TIMER_FREQUENCY (1000 * 60 * 5) /* 5 minutes == 1000 mill * 60 seconds * 5 min */
  6. #define MAX_BALLOON_FIRINGS 12
  7. #endif