20 lines
333 B
C
20 lines
333 B
C
|
//#define STRICT
|
||
|
//#define WIN32_LEAN_AND_MEAN
|
||
|
#define _MBCS
|
||
|
#include <windows.h>
|
||
|
#include <setupapi.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <assert.h>
|
||
|
#include <stdio.h>
|
||
|
#include <mbstring.h>
|
||
|
#include <tchar.h>
|
||
|
|
||
|
#include "poolmem.h"
|
||
|
#include "miginf.h"
|
||
|
|
||
|
#pragma warning(4:4100) // Lower serverity of "unreferenced formal parameter"
|
||
|
|
||
|
|
||
|
|
||
|
|