php-src/win32/php_registry.h

7 lines
119 B
C
Raw Normal View History

#ifndef _PHP_REGISTRY_H
#define _PHP_REGISTRY_H
void UpdateIniFromRegistry(char *path);
#endif /* _PHP_REGISTRY_H */