diff options
author | Derick Rethans <derick@php.net> | 2003-01-11 12:23:45 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2003-01-11 12:23:45 +0000 |
commit | 6b7eaaa2c43bd9a445825d8f008500e0abe69b7b (patch) | |
tree | a2994234c30b315b713f1c821420e06f8ef034e2 /ext/dotnet/php_dotnet.h | |
parent | c8d19858ac837fe2287332011e30c8bb67e3cd45 (diff) | |
download | php-git-6b7eaaa2c43bd9a445825d8f008500e0abe69b7b.tar.gz |
- Moving java and dotnet extensions to ext/rpc
Diffstat (limited to 'ext/dotnet/php_dotnet.h')
-rw-r--r-- | ext/dotnet/php_dotnet.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ext/dotnet/php_dotnet.h b/ext/dotnet/php_dotnet.h deleted file mode 100644 index 598c0b5579..0000000000 --- a/ext/dotnet/php_dotnet.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef PHP_DOTNET_H -#define PHP_DOTNET_H - -#ifdef PHP_WIN32 - -PHP_MINIT_FUNCTION(DOTNET); -PHP_MSHUTDOWN_FUNCTION(DOTNET); -PHP_FUNCTION(DOTNET_load); - -extern zend_module_entry DOTNET_module_entry; -#define DOTNET_module_ptr &DOTNET_module_entry - -#else - -#define DOTNET_module_ptr NULL - -#endif /* PHP_WIN32 */ - -#define phpext_DOTNET_ptr DOTNET_module_ptr - -#endif /* PHP_DOTNET_H */ |