Patch to build \\HKLM\HARDWARE\DEVICEMAP\SERIALCOMM entries for COM ports

Austin English austinenglish at gmail.com
Wed Nov 12 18:26:40 CST 2008


On Wed, Nov 12, 2008 at 1:38 PM, A C Hurst <A.Hurst at sheffield.ac.uk> wrote:
> Follows example of create_scsi_entries() in oldconfig.c
> Addresses bug 11811 among others.
> docs at http://www.winehq.org/site/docs/wineusr-guide/misc-things-to-configure only mention
> lowercase names in dosdevices.
> Hopefully I'm not too far down the s**t list; only my 2nd wine patch, feedback very welcome.
>
>
> Andy
>
>
>


-/* create the hardware registry branch */
-static void create_hardware_branch(void)
...
+/* create the hardware registry branch */
+void create_hardware_branch(void)

Any particular reason you moved this?

-- 
-Austin



More information about the wine-devel mailing list