diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-22 16:56:01 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-22 16:56:01 +0000 |
commit | 8eb630a6605fed621fd7acd5b0cafa4143149aa8 (patch) | |
tree | 28a18c499ae80ef47344aaf49c3ef0f309ec6855 /plugins/HTTPServer/src/Glob.h | |
parent | 44213ff453f122f787db10249f2890a26961d3e6 (diff) |
- fixed r3219
- all HTTPServer files are read and created in ProfileDir\HTTPServer. You need to copy your files manually.
git-svn-id: http://svn.miranda-ng.org/main/trunk@3232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/Glob.h')
-rw-r--r-- | plugins/HTTPServer/src/Glob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h index 7a2001b0a3..a358e54587 100644 --- a/plugins/HTTPServer/src/Glob.h +++ b/plugins/HTTPServer/src/Glob.h @@ -26,6 +26,7 @@ #include <time.h>
#include <stdio.h>
#include <string>
+#include <win2k.h>
using namespace std;
#include <newpluginapi.h>
|