Skip to content

Commit

Permalink
Fix cmake files for kiwi builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cdelafuente-r7 committed Dec 4, 2023
1 parent 30e9989 commit 7e14de9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions c/meterpreter/workspace/ext_server_kiwi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ else()
'-D__success=DISCARD'
'-D__FUNCTION__=""'
'-D__struct_bcount=DISCARD'
'-D__nullterminated=SAL__nullterminated'
'-D__in_range=__RPC__in_range'
'-D__callback=SAL__callback'
'-D__deref_in_bcount_opt=SAL__deref_in_bcount_opt'
)
endif()

Expand Down
4 changes: 4 additions & 0 deletions c/meterpreter/workspace/ext_server_priv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ else()
'-D__success=DISCARD'
'-D__FUNCTION__=""'
'-D__struct_bcount=DISCARD'
'-D__nullterminated=SAL__nullterminated'
'-D__in_range=__RPC__in_range'
'-D__callback=SAL__callback'
'-D__deref_in_bcount_opt=SAL__deref_in_bcount_opt'
)
endif()

Expand Down

0 comments on commit 7e14de9

Please sign in to comment.