mirror of
https://github.com/quantum5/winscap.git
synced 2025-04-24 21:52:03 -04:00
Fix import order issues
This commit is contained in:
parent
6de12d3677
commit
ab3805d9c9
|
@ -5,13 +5,14 @@
|
|||
#include <comdef.h>
|
||||
#include <comip.h>
|
||||
#include <fcntl.h>
|
||||
#include <functiondiscoverykeys_devpkey.h>
|
||||
#include <io.h>
|
||||
#include <mmdeviceapi.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <functiondiscoverykeys_devpkey.h>
|
||||
|
||||
#define REFTIMES_PER_SEC 10000000
|
||||
#define REFTIMES_PER_MILLISEC 10000
|
||||
|
||||
|
|
Loading…
Reference in a new issue