mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 02:05:48 +00:00
dpnet: Add DirectPlay8 registry keys.
This commit is contained in:
parent
1841426616
commit
2c6ce9a02f
20
dlls/dpnet/dpnet.rgs
Normal file
20
dlls/dpnet/dpnet.rgs
Normal 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}'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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…
x
Reference in New Issue
Block a user