Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this (patch...
[vuplus_dvbapp] / lib / driver / etimezone.cpp
1 #include "etimezone.h"
2 #include <time.h>
3
4 void e_tzset()
5 {
6         tzset();
7 }