Zebediah Figura (@zfigura) commented about dlls/cfgmgr32/main.c:
- Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
+#include "wine/debug.h" +#include "cfgmgr32.h"
+WINE_DEFAULT_DEBUG_CHANNEL(cfgmgr32);
+/***********************************************************************
CM_MapCrToWin32Err (cfgmgr32.@)
- */
+CMAPI DWORD WINAPI CM_MapCrToWin32Err( CONFIGRET code, DWORD default_error )
No need to repeat CMAPI here.