Re: Powrprof patches
robert lippmann <[email protected]> Wed, 19 Feb 2025 15:38:02 -0500
| Newsgroups | gmane.comp.emulators.wine.devel |
|---|---|
| Message-ID | <[email protected]> |
Some more follow up questions: 1) Since there are a lot of new functions added, should I do an initial patch with winedump producing skeleton code, and have each function just return ERROR_CALL_NOT_IMPLEMENTED? And then do follow on patches to implement? Or just do the implementation at the same time? From a review standpoint, I imagine the first approach is better. 2) A bunch of power related GUIDs are defined in winnt.h in the Windows SDK. It seems like they should be in the power headers. Should I follow the SDK? 3) For new files I’ll need to create, do I set the copyright name to me? Or Alexandre? Thanks, Rob