diff options
author | Rob Richards <rrichards@php.net> | 2004-07-24 14:07:08 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2004-07-24 14:07:08 +0000 |
commit | 6b0cc4b54d83b07b21a1a524a96e9a4aeb41a5c5 (patch) | |
tree | 57a542ca0aede9443101353d46824d76695466f3 /sapi/activescript/classfactory.cpp | |
parent | e67ad795995f534e378d4399e795af22b57b8191 (diff) | |
download | php-git-6b0cc4b54d83b07b21a1a524a96e9a4aeb41a5c5.tar.gz |
fix build for VC++ 6
update dsp (Enable IObjectSafety)
Diffstat (limited to 'sapi/activescript/classfactory.cpp')
-rw-r--r-- | sapi/activescript/classfactory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/activescript/classfactory.cpp b/sapi/activescript/classfactory.cpp index 698a052cd2..bd0416d7ed 100644 --- a/sapi/activescript/classfactory.cpp +++ b/sapi/activescript/classfactory.cpp @@ -19,11 +19,12 @@ /* IClassFactory Implementation, and DllXXX function implementation */ -#define INITGUID #define DEBUG_CLASS_FACTORY 0 #define WIN32_LEAN_AND_MEAN #include <winsock2.h> #include <windows.h> +#include <objbase.h> +#define INITGUID #include <initguid.h> extern "C" { |