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.
|
|
//+------------------------------------------------------------------
//
// File: pch.hxx
//
// Contents: headers to precompile when building cmdline.lib
//
// Synoposis:
//
// Classes:
//
// Functions:
//
// History: 09/18/92 Lizch Created
//
//-------------------------------------------------------------------
#include <cmdlinew.hxx> // public cmdlinew stuff
#include "_clw.hxx" // private cmdlinew stuff
#include <stdio.h> // For default output
#include <stdlib.h> // For mbstowcs declaration
#include <nchar.h> // nchar (neutral character set)
#include <ctype.h> // is functions
|