update url guard

This commit is contained in:
Kelvin Sherlock 2012-04-27 21:19:10 -04:00
parent f4d9a6f8d4
commit aabed2e462
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef __CONNECT_H__
#define __CONNECT_H__
#ifndef __CONNECTION_H__
#define __CONNECTION_H__
#ifndef __TCPIP__
#include <tcpip.h>
@ -35,5 +35,4 @@ Word ConnectionClose(Connection *);
Word ConnectionPoll(Connection *);
#endif