Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1420 → Rev 1421

/WlanListener/trunk/Main.h
0,0 → 1,12
#ifndef _WLAN_LISTENER_HEADER_MAIN_
#define _WLAN_LISTENER_HEADER_MAIN_
 
#include <windows.h>
 
#include "Config.h"
 
#define SERVICE_NAME "WlanListener"
 
extern Config config;
 
#endif /* _WLAN_LISTENER_HEADER_MAIN_ */