Use correct prototype for DbgPrint. Thanks to Hartmut for pointing this out.
[reactos.git] / reactos / lib / newdev /
2005-11-23 Hervé PoussineauDon't check if user is admin before installing a device...
2005-11-23 Aleksey BraginTranslation of newdev by unC0Rr, proofread by me.
2005-11-22 Hervé PoussineauFix sublanguage IDs in .rc files:
2005-11-19 Thomas BluemelAdd a stub for ClientSideInstallW. umpnpmgr is supposed...
2005-11-16 Christoph von Wittichfix memory leak in case of error
2005-11-16 Christoph von Wittichadded UpdateDriverForPlugAndPlayDevicesA (untested)
2005-11-15 Christoph von Wittichadd a check for SPDRP_CONFIGFLAGS which is not working yet
2005-11-13 Steven EdwardsPablo Borobia - Spanish Translation
2005-11-11 Hervé PoussineauFix device installation in second stage setup
2005-11-10 Christoph von Wittichfixed typo. DevInstallW with SW_HIDE should work now
2005-11-09 Christoph von Wittichdisplay correct device name after successful driver...
2005-11-09 Hervé Poussineau- Fix header usage
2005-11-08 Christoph von Wittichstarted implementation of device driver installation...
2005-10-25 Christoph von Wittichfix network
2005-10-21 Christoph von Wittichadd resources for newdev.dll
2005-10-12 Thomas Bluemelfixed difference in signedness warning
2005-10-12 Hervé PoussineauIn DevInstallW:
2005-10-02 Hervé PoussineauAdd stubs for InstallNewDevice, InstallSelectedDriver...
2005-09-30 Hervé PoussineauAdd newdev.dll, and implement DevInstallW function.