dpnet: Add DirectPlay8 registry keys.
This commit is contained in:
parent
1841426616
commit
2c6ce9a02f
|
@ -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}'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue