summaryrefslogtreecommitdiff
path: root/registry/tools
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools')
-rw-r--r--registry/tools/regmerge.cxx2
-rw-r--r--registry/tools/regview.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/registry/tools/regmerge.cxx b/registry/tools/regmerge.cxx
index 193209be2733..7b5997d782ad 100644
--- a/registry/tools/regmerge.cxx
+++ b/registry/tools/regmerge.cxx
@@ -95,7 +95,7 @@ bool Options_Impl::initOptions_Impl (std::vector< std::string > & rArgs)
#if (defined UNX)
int main( int argc, char * argv[] )
#else
-int _cdecl main( int argc, char * argv[] )
+int __cdecl main( int argc, char * argv[] )
#endif
{
Options_Impl options(argv[0]);
diff --git a/registry/tools/regview.cxx b/registry/tools/regview.cxx
index 2cb11b815c86..57ebcea1270b 100644
--- a/registry/tools/regview.cxx
+++ b/registry/tools/regview.cxx
@@ -43,7 +43,7 @@ using namespace registry::tools;
#if (defined UNX)
int main( int argc, char * argv[] )
#else
-int _cdecl main( int argc, char * argv[] )
+int __cdecl main( int argc, char * argv[] )
#endif
{
RegHandle hReg;