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.
41 lines
569 B
41 lines
569 B
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
spllibp.hxx
|
|
|
|
Abstract:
|
|
|
|
Private precomp header
|
|
|
|
Author:
|
|
|
|
Albert Ting (AlbertT) 3-Dec-1994
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#define MODULE "SPLLIB:"
|
|
#define MODULE_DEBUG SplLibDebug
|
|
#define LINK_SPLLIB
|
|
|
|
extern "C" {
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
}
|
|
|
|
#include <windows.h>
|
|
#include <stddef.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <tchar.h>
|
|
#include <shlwapi.h>
|
|
#include <strsafe.h>
|
|
#include "spllib.hxx"
|
|
|
|
|