mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 19:12:12 +00:00
[STOBJECT] Improve the existing PCH and make use of it.
This commit is contained in:
parent
6429bfcd8f
commit
e15874b491
8 changed files with 26 additions and 40 deletions
|
@ -5,17 +5,14 @@
|
|||
* PURPOSE: Removable devices notification icon handler
|
||||
* PROGRAMMERS: Shriraj Sawant a.k.a SR13 <sr.official@hotmail.com>
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <mmsystem.h>
|
||||
#include <mmddk.h>
|
||||
#include <atlstr.h>
|
||||
|
||||
#include <atlsimpcoll.h>
|
||||
#include <dbt.h>
|
||||
#include <setupapi.h>
|
||||
#include <cfgmgr32.h>
|
||||
#include <shlwapi.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(stobject);
|
||||
#define DISPLAY_NAME_LEN 40
|
||||
|
||||
//BOOL WINAPI UnregisterDeviceNotification(HDEVNOTIFY Handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue