Source code of Windows XP (NT5)
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.
|
|
//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1993. // // File: NWCOMPAT.hxx // // Contents: Common include file for all NetOLE NetWare 3.12 provider files // // History: 01-10-96 t-ptam Created. // //----------------------------------------------------------------------------
// // procs.hxx //
#include "..\include\procs.hxx"
// // Include //
#ifdef __cplusplus extern "C" { #endif
// #include "nwpapi32.h" // This file must be placed before nwstruct.hxx. It // include all the NW's NWC's & NWP's.
// #include "nwstatus.h"
#ifdef __cplusplus } #endif
#include <nwnet.h> #include <nwcalls.h> #include <nwlocale.h> #include <nwndscon.h> #include <nwclxcon.h>
// #include "nwtemp.hxx" #include "nwutils.hxx" #include "nwconst.hxx" #include "nwstruct.hxx"
#ifdef __cplusplus extern "C" { #endif
#include "guid.h" #include "macro.h" #include "fsmacro.h"
#include "nwcmacro.h"
#ifdef __cplusplus } #endif
#include "sconv.hxx" #include "getobj.hxx" #include "parse.hxx" #include "printhlp.hxx"
#include "common.hxx"
#include "nwtypes.h" #include "nwcopy.hxx" #include "ods2nw.hxx" #include "nw2ods.hxx" #include "nwmrshl.hxx" #include "nwumrshl.hxx" #include "nw2var.hxx" #include "var2nw.hxx"
#include "object.hxx" #include "core.hxx" #include "pack.hxx" #include "property.hxx"
#include "cschema.hxx" #include "cprops.hxx" #include "ccache.hxx"
#include "cprovcf.hxx" #include "cprov.hxx"
#include "cnamcf.hxx" #include "cnamesp.hxx"
#include "ccomp.hxx"
#include "cuser.hxx" #include "cusers.hxx"
#include "cgroup.hxx" #include "cgroups.hxx"
#include "cfserv.hxx"
#include "cfshare.hxx"
#include "cprinter.hxx"
#include "cjob.hxx" #include "cjobs.hxx"
#include "cenumvar.hxx" // cenumvar.hxx must be placed before other cenumXXX.hxx. #include "cenumsch.hxx" #include "cenumns.hxx" #include "cenumcom.hxx" #include "cenumgrp.hxx" #include "cenumfs.hxx" #include "cenumjob.hxx" #include "cenumusr.hxx"
#include "grputils.hxx"
#include "usrutils.hxx"
#include "globals.hxx" // The content in this file will be moved into // the resource in the future.
#include "nw3utils.hxx"
extern "C" { #include "encrypt.h" #include "npapi.h" }
|