windows-nt/Source/XPSP1/NT/net/upnp/upnpui/dll/tconst.h

12 lines
215 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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