Would it not be better to do all this in C++ and let wine write a C interface around it?
When we're trying to move to C++, it seems like a step backwards in order to support
wine's insistence on using C
-----Original Message-----
From: Ros-diffs [mailto:ros-diffs-bounces@reactos.org] On Behalf Of
mjansen(a)svn.reactos.org
Sent: 28 May 2016 17:43
To: ros-diffs(a)reactos.org
Subject: [ros-diffs] [mjansen] 71439: [APPHELP] Begin shimlib implementation. CORE-11329
Implement some macro's and functions that help when registering shims. These are all
written in C, so that wine can use the shim ...
Author: mjansen
Date: Sat May 28 16:42:57 2016
New Revision: 71439
URL:
http://svn.reactos.org/svn/reactos?rev=71439&view=rev
Log:
[APPHELP] Begin shimlib implementation. CORE-11329 Implement some macro's and
functions that help when registering shims.
These are all written in C, so that wine can use the shim libraries as well.