@@ -10,7 +10,7 @@ public BreakpadClientStaticLibrary()
10
10
this . headers . Include ( this , "src" , "src" , "client" , "windows" , "handler" , "*.h" ) ;
11
11
}
12
12
13
- class SourceFiles : C . CPlusPlus . ObjectFileCollection
13
+ class SourceFiles : C . Cxx . ObjectFileCollection
14
14
{
15
15
public SourceFiles ( )
16
16
{
@@ -34,8 +34,8 @@ void SourceFiles_UpdateOptions2(Opus.Core.IModule module, Opus.Core.Target targe
34
34
compilerOptions . Defines . Add ( "STATUS_INVALID_PARAMETER=0xC000000DL" ) ;
35
35
}
36
36
37
- C . ICPlusPlusCompilerOptions cxxCompilerOptions = module . Options as C . ICPlusPlusCompilerOptions ;
38
- cxxCompilerOptions . ExceptionHandler = C . CPlusPlus . EExceptionHandler . Asynchronous ;
37
+ C . ICxxCompilerOptions cxxCompilerOptions = module . Options as C . ICxxCompilerOptions ;
38
+ cxxCompilerOptions . ExceptionHandler = C . Cxx . EExceptionHandler . Asynchronous ;
39
39
40
40
#if true
41
41
#else
@@ -78,7 +78,7 @@ public BreakpadServerStaticLibrary()
78
78
this . headers . Include ( this , "src" , "src" , "client" , "windows" , "crash_generation" , "*.h" ) ;
79
79
}
80
80
81
- class SourceFiles : C . CPlusPlus . ObjectFileCollection
81
+ class SourceFiles : C . Cxx . ObjectFileCollection
82
82
{
83
83
public SourceFiles ( )
84
84
{
@@ -95,8 +95,8 @@ void SourceFiles_UpdateOptions2(Opus.Core.IModule module, Opus.Core.Target targe
95
95
{
96
96
C . ICCompilerOptions compilerOptions = module . Options as C . ICCompilerOptions ;
97
97
98
- C . ICPlusPlusCompilerOptions cxxCompilerOptions = module . Options as C . ICPlusPlusCompilerOptions ;
99
- cxxCompilerOptions . ExceptionHandler = C . CPlusPlus . EExceptionHandler . Asynchronous ;
98
+ C . ICxxCompilerOptions cxxCompilerOptions = module . Options as C . ICxxCompilerOptions ;
99
+ cxxCompilerOptions . ExceptionHandler = C . Cxx . EExceptionHandler . Asynchronous ;
100
100
101
101
#if true
102
102
#else
0 commit comments