mirror of https://github.com/tongzx/nt5src
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.
61 lines
782 B
61 lines
782 B
|
|
/*++
|
|
|
|
Copyright (c) 1993 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
procs.c
|
|
|
|
Abstract:
|
|
|
|
Common header file for routines which support 16 bit
|
|
applications.
|
|
|
|
Author:
|
|
|
|
Colin Watson (colinw) 21-Nov-1993
|
|
|
|
Environment:
|
|
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
#define UNICODE
|
|
|
|
|
|
#include <stdlib.h>
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <ctype.h>
|
|
|
|
#include <validc.h>
|
|
#include <nwstatus.h>
|
|
#include <nwcanon.h>
|
|
#include <ntddnwfs.h>
|
|
#include <npapi.h>
|
|
|
|
#include <nwxchg.h>
|
|
#include <nwapi.h>
|
|
#include <nwapi32.h>
|
|
#include <nwpapi32.h>
|
|
#include <ndsapi32.h>
|
|
#include <nds.h>
|
|
|
|
#include <debugfmt.h> // FORMAT_LPSTR
|
|
#include <mpr.h>
|
|
|
|
#include <lmcons.h>
|
|
#include <ntsam.h>
|
|
#include <nwpkstr.h>
|
|
|
|
#ifdef WIN95
|
|
#include "defines.h"
|
|
#endif
|
|
|
|
|