Added missing (and now required) filename directive.
This commit is contained in:
parent
117f9f9713
commit
d629ca4c6c
|
@ -1,4 +1,5 @@
|
|||
name wineoss
|
||||
file wineoss.drv
|
||||
type win32
|
||||
|
||||
1 stdcall DriverProc(long long long long long) OSS_DriverProc
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
name winspool
|
||||
type win32
|
||||
file winspool.drv
|
||||
init WINSPOOL_EntryPoint
|
||||
|
||||
101 stub ADVANCEDSETUPDIALOG
|
||||
|
|
Loading…
Reference in New Issue