From f432c05c3f2fdfc51b8799f908eb213717a15500 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 18 Apr 1999 15:54:18 +0000 Subject: Forgot to add these - Win32 registry support --- win32/php_registry.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 win32/php_registry.h (limited to 'win32/php_registry.h') diff --git a/win32/php_registry.h b/win32/php_registry.h new file mode 100644 index 0000000000..ad722a5607 --- /dev/null +++ b/win32/php_registry.h @@ -0,0 +1,7 @@ +#ifndef _PHP_REGISTRY_H +#define _PHP_REGISTRY_H + + +void UpdateIniFromRegistry(char *path); + +#endif /* _PHP_REGISTRY_H */ \ No newline at end of file -- cgit v1.2.1