poke __cplusplus into workben comparison tool

This commit is contained in:
Caolán McNamara 2011-11-21 10:40:42 +00:00
parent 0d0ffe3ff1
commit 2c46cde2ed
2 changed files with 2 additions and 12 deletions

View file

@ -45,7 +45,7 @@ int COUNT = 1;
int COUNT = 10000000;
#endif
#if defined __GXX_EXPERIMENTAL_CXX0X__
#if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
# define HAVE_CXX_Ox 1
#endif

View file

@ -43,7 +43,6 @@
int MAIN (void)
{
//oslProcess Process;
oslProcessError ProcessError;
sal_uInt32 nArgCount;
sal_uInt32 index;
rtl_uString* ustrExeFile=0;
@ -62,17 +61,8 @@ int MAIN (void)
fprintf(stderr,"done ...\n\n");
}
ProcessError = osl_getExecutableFile(&ustrExeFile);
osl_getExecutableFile(&ustrExeFile);
/*
osl_executeProcess( "e:\\test\\os2de202.exe",
NULL,
osl_Process_NORMAL,
0L,
NULL,
NULL,
NULL,
&Process );*/
return 0;
}