UsbDkHelper: Introduce UUID generator (CGuid class)
Signed-off-by: Kirill Moizik <kirill@daynix.com> Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
This commit is contained in:
parent
142d173313
commit
82dc647a24
8 changed files with 96 additions and 18 deletions
|
|
@ -29,9 +29,9 @@
|
|||
#include <tchar.h>
|
||||
#include <assert.h>
|
||||
#include <windows.h>
|
||||
#include <tstrings.h>
|
||||
#include <cfgmgr32.h>
|
||||
#include <shlwapi.h>
|
||||
#include <rpc.h>
|
||||
|
||||
#ifndef _USING_V110_SDK71_
|
||||
#include <usbspec.h>
|
||||
|
|
@ -39,4 +39,6 @@
|
|||
#include "UsbDkCompat.h"
|
||||
#endif
|
||||
|
||||
#include "tstrings.h"
|
||||
|
||||
// TODO: reference additional headers your program requires here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue