summaryrefslogtreecommitdiff
path: root/win32/ftok.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ftok.c')
-rw-r--r--win32/ftok.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/win32/ftok.c b/win32/ftok.c
index 469f2df59a..db789f8b70 100644
--- a/win32/ftok.c
+++ b/win32/ftok.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2018 The PHP Group |
+ | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,6 +16,7 @@
+----------------------------------------------------------------------+
*/
+#include "php.h"
#include "ipc.h"
#include <windows.h>
@@ -59,12 +60,3 @@ ftok(const char *pathname, int proj_id)
return ret;
}/*}}}*/
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */