diff options
| author | Harald Radi <phanto@php.net> | 2003-01-15 21:52:29 +0000 |
|---|---|---|
| committer | Harald Radi <phanto@php.net> | 2003-01-15 21:52:29 +0000 |
| commit | eaa9026f2d3007c379e016dfe0825962a97a945b (patch) | |
| tree | 62e5d41b077eb3d486a73b095278cb6c3690575a /ext/rpc/dotnet/php_dotnet.h | |
| parent | 5360b2e876d58515dc0a8737301bb0ec6299258e (diff) | |
| download | php-git-eaa9026f2d3007c379e016dfe0825962a97a945b.tar.gz | |
removing this stuff from the php 4.3 branch
Diffstat (limited to 'ext/rpc/dotnet/php_dotnet.h')
| -rw-r--r-- | ext/rpc/dotnet/php_dotnet.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ext/rpc/dotnet/php_dotnet.h b/ext/rpc/dotnet/php_dotnet.h deleted file mode 100644 index 598c0b5579..0000000000 --- a/ext/rpc/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 */ |
