diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-29 09:26:21 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-29 09:26:21 +0000 |
commit | 8cca92f09eea105f9ea740110b392b9e4117b89b (patch) | |
tree | 22127039aed2c05d8e54dfaafa1998db729aca1c /ace/Registry.h | |
parent | 5036e0a0f727dd809b932b41dda3989c0f47e2fd (diff) | |
download | ATCD-8cca92f09eea105f9ea740110b392b9e4117b89b.tar.gz |
minor changes
Diffstat (limited to 'ace/Registry.h')
-rw-r--r-- | ace/Registry.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ace/Registry.h b/ace/Registry.h index 8758653ce27..890aec1f37f 100644 --- a/ace/Registry.h +++ b/ace/Registry.h @@ -14,16 +14,17 @@ // // ============================================================================ -#if defined (ACE_WIN32) - #if !defined (ACE_REGISTRY_H) #define ACE_REGISTRY_H #include "ace/OS.h" -// You must build and configure the STL components in order to use -// this wrapper. + +#if defined (ACE_WIN32) +// This only works on Win32 platforms + #include "vector.h" #include "bstring.h" +// You must configure the STL components in order to use this wrapper. class ACE_Export ACE_Registry // = TITLE @@ -502,5 +503,5 @@ private: }; -#endif /* ACE_REGISTRY_H */ #endif /* ACE_WIN32 */ +#endif /* ACE_REGISTRY_H */ |