1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00
Files
archived-php-src/ext/com/php_VARIANT.h
T
Harald Radi a491db4e2d removed VARIANT module and put the VARIANT class into
the COM module.
also fixed a few bugs.
2001-09-24 15:56:18 +00:00

20 lines
312 B
C

#ifndef PHP_TYPEDEF_VARIANT_H
#define PHP_TYPEDEF_VARIANT_H
#if PHP_WIN32
BEGIN_EXTERN_C()
#include "conversion.h"
#include "variant.h"
void php_VARIANT_init(int module_number, TSRMLS_D);
PHPAPI int php_VARIANT_get_le_variant();
END_EXTERN_C()
#endif /* PHP_WIN32 */
#endif /* PHP_TYPEDEF_VARIANT_H */