Kaydet (Commit) 2c46cde2 authored tarafından Caolán McNamara's avatar Caolán McNamara

poke __cplusplus into workben comparison tool

üst 0d0ffe3f
...@@ -45,7 +45,7 @@ int COUNT = 1; ...@@ -45,7 +45,7 @@ int COUNT = 1;
int COUNT = 10000000; int COUNT = 10000000;
#endif #endif
#if defined __GXX_EXPERIMENTAL_CXX0X__ #if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
# define HAVE_CXX_Ox 1 # define HAVE_CXX_Ox 1
#endif #endif
......
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
int MAIN (void) int MAIN (void)
{ {
//oslProcess Process; //oslProcess Process;
oslProcessError ProcessError;
sal_uInt32 nArgCount; sal_uInt32 nArgCount;
sal_uInt32 index; sal_uInt32 index;
rtl_uString* ustrExeFile=0; rtl_uString* ustrExeFile=0;
...@@ -62,17 +61,8 @@ int MAIN (void) ...@@ -62,17 +61,8 @@ int MAIN (void)
fprintf(stderr,"done ...\n\n"); 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; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment