microsoft / SCXcore

System Center Cross Platform Provider for Operations Manager
Microsoft Public License
36 stars 31 forks source link

Fixes for SCXcore to build properly on Solaris SunStudio 12.4 #23

Closed jeffaco closed 8 years ago

jeffaco commented 8 years ago

Two commits here:

  1. Fix some thread start functions to have 'extern "C"' declarations,
  2. Modified Makefile to remove warning on other problem with extern "C" (noted warning already disabled in prior case). This one may stay in place, or may be reverted if it's easy to fix in code. Right now it looks more involved because of varying data types in a template class.

@Microsoft/ostc-devs

niroyb commented 8 years ago

Signed off