summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-07-30 18:01:18 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-07-30 18:01:18 +0300
commiteca20988fce11a91211b9d644c33af2ad9e8dfec (patch)
tree165e9bd59abbe7d805f0f8db0a41aa081cc3842c /src/globals.h
parente5757262f42a7b9e91151ef5f7813b2987d53211 (diff)
miranda_ng port
Diffstat (limited to 'src/globals.h')
-rwxr-xr-xsrc/globals.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
new file mode 100755
index 0000000..edc5bd1
--- /dev/null
+++ b/src/globals.h
@@ -0,0 +1,11 @@
+#ifndef GLOBALS_H
+#define GLOBALS_H
+HANDLE ghNetlibUser;
+HANDLE ghConnection;
+HANDLE ghPacketReciever;
+BOOL bWatrackService;
+TCHAR *gbHost, *gbPassword;
+WORD gbPort;
+BOOL Connected;
+int gbState;
+#endif