* Sync up to trunk HEAD (r62286).
[reactos.git] / base / applications / network / net / net.h
index 7c8ea0d..4df059b 100644 (file)
@@ -1,13 +1,14 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS net command 
- * FILE:            
- * PURPOSE:         
- *
  * PROGRAMMERS:     Magnus Olsen (greatlord@reactos.org)
  */
 
+#ifndef _NET_PCH_
+#define _NET_PCH_
+
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winsvc.h>
@@ -22,3 +23,5 @@ INT cmdHelpMsg(INT argc, WCHAR **argv);
 INT cmdPause(INT argc, WCHAR **argv);
 INT cmdStart(INT argc, WCHAR **argv);
 INT cmdStop(INT argc, WCHAR **argv);
+
+#endif /* _NET_PCH_ */