Top-level context (Linux required)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef PHP_WRENCHBOARD_API_OAMEYE_H
|
||||
#define PHP_WRENCHBOARD_API_OAMEYE_H
|
||||
#ifndef PHP_WRENCHBOARD_API_ROOT_H
|
||||
#define PHP_WRENCHBOARD_API_ROOT_H
|
||||
|
||||
#define PHP_WRENCHBOARD_API_OAMEYE_EXTNAME "wrenchboard_api_oameye"
|
||||
#define PHP_WRENCHBOARD_API_OAMEYE_EXTVER "0.1"
|
||||
#define PHP_WRENCHBOARD_API_ROOT_EXTNAME "wrenchboard_api_root"
|
||||
#define PHP_WRENCHBOARD_API_ROOT_EXTVER "0.1"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
@@ -12,8 +12,8 @@ extern "C" {
|
||||
#include "php.h"
|
||||
}
|
||||
|
||||
extern zend_module_entry wrenchboard_api_oameye_module_entry;
|
||||
#define wrenchboard_api_oameye_module_ptr &wrenchboard_api_oameye_module_entry
|
||||
#define phpext_wrenchboard_api_oameye_ptr wrenchboard_api_oameye_module_ptr
|
||||
extern zend_module_entry wrenchboard_api_root_module_entry;
|
||||
#define wrenchboard_api_root_module_ptr &wrenchboard_api_root_module_entry
|
||||
#define phpext_wrenchboard_api_root_ptr wrenchboard_api_root_module_ptr
|
||||
|
||||
#endif /* PHP_WRENCHBOARD_API_OAMEYE_H */
|
||||
#endif /* PHP_WRENCHBOARD_API_ROOT_H */
|
||||
|
||||
Reference in New Issue
Block a user