Alexandre Julliard
|
d37f0abf07
|
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
|
2005-08-08 17:35:28 +00:00 |
Alexandre Julliard
|
20698b22df
|
Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer,
DllGetClassObject and DllCanUnloadNow functions private (suggested by
Jon Griffiths).
|
2003-07-30 03:48:55 +00:00 |
Alexandre Julliard
|
114a31a2a8
|
Take advantage of new winebuild syntax to remove redundant function
names in spec files.
|
2003-03-20 03:53:12 +00:00 |
Alexandre Julliard
|
77afd6c47e
|
Made some more spec file entries optional or unnecessary.
Fixed a few DLLName/DLLFileName mismatches.
|
2002-06-21 19:15:45 +00:00 |
Ove Kaaven
|
d2d08f0c28
|
- support DirectInput 8 interfaces.
- implemented mouse wheel support.
|
2002-06-14 00:39:44 +00:00 |