Make sure compiler doesn't optimize our wait loop away. Patch by Thomas Weidenmueller
[reactos.git] / reactos / lib / devmgr / misc.c
2005-12-29 Thomas Bluemeladd the driver details dialog (not fully implemented)
2005-12-27 Thomas BluemelDisplay the driver provider, date and version. Based...
2005-12-26 Thomas BluemelAdd the driver page if necessary, based on a patch...
2005-12-17 Thomas Bluemelrename IsDeviceEnabled to IsDeviceStarted
2005-12-09 Thomas Bluemelimplemented DeviceProblemTextA/W()
2005-12-07 Thomas Bluemelprint more detailed information for the status codes...
2005-12-05 Thomas Bluemelimplemented enabling/disabling of devices
2005-12-04 Thomas Bluemeladded missing constants
2005-12-03 Thomas Bluemel- document and partly implement DevicePropertiesExA/W()
2005-12-03 Thomas Bluemel- if the device cannot be opened display information...
2005-12-01 Thomas Bluemelfixed a device status check (take two)
2005-12-01 Thomas Bluemelfixed a device status check
2005-12-01 Thomas Bluemeldon't tell the user the device is working properly...
2005-12-01 Thomas Bluemel- display whether the device is enabled or disabled
2005-12-01 Thomas Bluemel- hide devices if necessary
2005-11-30 Thomas Bluemeldisplay "Unknown" as status when querying the device...
2005-11-30 Thomas Bluemel- support remote device property sheets
2005-11-26 Thomas Bluemelimplemented the general device information page
2005-11-26 Thomas Bluemelinitial implementation of DeviceAdvancedPropertiesA/W
2005-11-25 Thomas Bluemelmove the hardware page dialog into it's own file
2005-11-25 Thomas BluemelInitial implementation of the hardware page, based...