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.
22 lines
522 B
22 lines
522 B
//-----------------------------------------------------------------------------
|
|
//
|
|
//
|
|
// File: stdinc.h
|
|
//
|
|
// Description: Precompiled header file
|
|
//
|
|
// Author: Mike Swafford (MikeSwa)
|
|
//
|
|
// Copyright (C) 1999 Microsoft Corporation
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
#include <ole2.h>
|
|
#include "aqadmin.h"
|
|
#include "aqadmtyp.h"
|
|
#include <conio.h>
|
|
#include <stdlib.h>
|
|
#include "util.h"
|
|
#include "aqadmcli.h"
|