Saxon/C  1.1.2
Saxon Processor library for C/C++/PHP
 All Classes Functions Variables
stdafx.h
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
5 
6 #pragma once
7 /* PHP Extension headers */
8 /* include zend win32 config first */
9 //#define ZEND_WIN32_FORCE_INLINE
10 //#include "zend_config.w32.h"
11 /* include standard header */
12 //#include "php.h"
13 
14 
15 
16 // TODO: reference additional headers your program requires here