aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/Net.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/Windows/Net.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/CPP/Windows/Net.h b/CPP/Windows/Net.h
index 7b60b1b..a954bdb 100644
--- a/CPP/Windows/Net.h
+++ b/CPP/Windows/Net.h
@@ -1,9 +1,10 @@
1// Windows/Net.h 1// Windows/Net.h
2 2
3#ifndef __WINDOWS_NET_H 3#ifndef ZIP7_INC_WINDOWS_NET_H
4#define __WINDOWS_NET_H 4#define ZIP7_INC_WINDOWS_NET_H
5 5
6#include "../Common/MyString.h" 6#include "../Common/MyString.h"
7#include "../Common/MyWindows.h"
7 8
8namespace NWindows { 9namespace NWindows {
9namespace NNet { 10namespace NNet {