You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
383 B
20 lines
383 B
#include <windows.h>
|
|
#include <winsock2.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <locale.h>
|
|
#include <tchar.h>
|
|
#include <setupapi.h>
|
|
#include <devguid.h>
|
|
#include <objbase.h>
|
|
#include <shlwapi.h>
|
|
#include <strsafe.h>
|
|
|
|
#include <wlbsctrl.h>
|
|
#include <wlbsparm.h>
|
|
#include <wlbsiocl.h>
|
|
#include <wlbsconfig.h>
|
|
#include <wlbsutil.h>
|
|
|
|
|
|
#include "license.h"
|