summaryrefslogtreecommitdiff
path: root/ACE/ace/Configuration.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-17 10:34:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-17 10:34:33 +0000
commit96393358fb7e0981c0dfeefbca48282d4a874ce4 (patch)
tree559caa2c5f5229588ad8a4d4d9d46af83c81318c /ACE/ace/Configuration.cpp
parent980b06f88fce69627f4bc233fe6cef0e3c8db0e0 (diff)
downloadATCD-96393358fb7e0981c0dfeefbca48282d4a874ce4.tar.gz
Sun May 17 10:34:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-cegcc.h: Use lib prefix, the gcc toolchain expects it * ace/Future.cpp: Layout changes * include/makeinclude/platform_cegcc.GNU: Just use the default lib prefix * ace/Configuration.cpp: Removed mingw check, that code also works with other compilers
Diffstat (limited to 'ACE/ace/Configuration.cpp')
-rw-r--r--ACE/ace/Configuration.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/ace/Configuration.cpp b/ACE/ace/Configuration.cpp
index 823a2356a8a..1dfd4773237 100644
--- a/ACE/ace/Configuration.cpp
+++ b/ACE/ace/Configuration.cpp
@@ -518,11 +518,7 @@ ACE_Configuration_Win32Registry::open_section (const ACE_Configuration_Section_K
KEY_ALL_ACCESS,
0,
&result_key,
-#if defined (__MINGW32__)
(PDWORD) 0
-#else
- 0
-#endif /* __MINGW32__ */
)) != ERROR_SUCCESS)
{
errno = errnum;
@@ -1049,11 +1045,7 @@ ACE_Configuration_Win32Registry::resolve_key (HKEY hKey,
KEY_ALL_ACCESS,
0,
&subkey,
-#if defined (__MINGW32__)
(PDWORD) 0
-#else
- 0
-#endif /* __MINGW32__ */
)) !=ERROR_SUCCESS)
{
errno = errnum;