dpnet: Add DirectPlay8 registry keys.

This commit is contained in:
Alistair Leslie-Hughes 2014-01-15 12:51:22 +11:00 committed by Alexandre Julliard
parent 1841426616
commit 2c6ce9a02f
2 changed files with 23 additions and 0 deletions

20
dlls/dpnet/dpnet.rgs Normal file
View file

@ -0,0 +1,20 @@
HKLM
{
NoRemove 'Software'
{
NoRemove 'Microsoft'
{
'DirectPlay8'
{
'Service Providers'
{
'DPNSPWinsockTCP'
{
val 'Friendly Name' = s 'Internet TCP/IP Connection For DirectPlay'
val 'GUID' = s '{EBFE7BA0-628D-11D2-AE0F-006097B01411}'
}
}
}
}
}
}

View file

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* @makedep: dpnet.rgs */
2 WINE_REGISTRY dpnet.rgs
#define WINE_FILEDESCRIPTION_STR "Wine DirectPlay 8"
#define WINE_FILENAME_STR "dpnet.dll"
#define WINE_FILEVERSION 5,3,0,900