Skip to content

Commit

Permalink
- Add Release_inline builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed Dec 31, 1999
1 parent fce126b commit 61b9e78
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 9 deletions.
65 changes: 59 additions & 6 deletions Zend/Zend.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 55 additions & 2 deletions Zend/ZendTS.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Zend/zend_config.w32.h
Expand Up @@ -51,7 +51,11 @@ typedef unsigned int uint;
/* This will cause the compilation process to be MUCH longer, but will generate
* a much quicker PHP binary
*/
#define inline __forceinline
#ifdef ZEND_WIN32_FORCE_INLINE
# define inline __forceinline
#else
# define inline
#endif

#define DL_LOAD(libname) LoadLibrary(libname)
#define DL_FETCH_SYMBOL GetProcAddress
Expand Down

0 comments on commit 61b9e78

Please sign in to comment.