summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-22 22:30:50 +0000
committerWez Furlong <wez@php.net>2003-12-22 22:30:50 +0000
commitf936f2983daf1c2636102de5b0a66c96fc3a6f9e (patch)
tree317f23fe09a4fd674b2928f6d3e155c605bf63d5 /TSRM/tsrm_win32.h
parentb58d3719277139258f6c6b171783ee6975ce57d6 (diff)
downloadphp-git-f936f2983daf1c2636102de5b0a66c96fc3a6f9e.tar.gz
It seems that making the NewAPIs.h header globally visible causes
problems when compiling the com_dotnet extension, so I'm moving it to be visible only to the VCWD code. Thanks Frank :-)
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r--TSRM/tsrm_win32.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h
index 4a4e90c478..ffed2d559e 100644
--- a/TSRM/tsrm_win32.h
+++ b/TSRM/tsrm_win32.h
@@ -24,11 +24,6 @@
#include "TSRM.h"
#include <windows.h>
-#if HAVE_NEWAPIS_H
-# define WANT_GETLONGPATHNAME_WRAPPER
-# include <NewAPIs.h>
-#endif
-
struct ipc_perm {
int key;
unsigned short uid;