Hi; I'm currently looking at fixing the warnings that qemu generates in
MacOSX syslog regarding CPSGetCurrentProcess and CPSEnableForegroundOperation
being deprecated. The new API for doing this is TransformProcessType(),
which came in in MacOSX 10.3 apparently. Do we still need to support
10.2 and older (via ifdefs or something), or can I just replace the
old code with the new recommended method?

thanks
-- PMM

Reply via email to