26 lines
284 B
C
26 lines
284 B
C
#define STRICT
|
|
|
|
#include "chartype.h"
|
|
|
|
//
|
|
// System includes
|
|
//
|
|
|
|
#include <windows.h>
|
|
#include <process.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <setupapi.h>
|
|
|
|
//
|
|
// Project includes
|
|
//
|
|
#include "migutil.h"
|
|
#include "memdb.h"
|
|
|
|
|
|
|
|
|
|
|