windows-nt/Source/XPSP1/NT/net/upnp/upnpui/dll/tconst.h
2020-09-26 16:20:57 +08:00

12 lines
215 B
C

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