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.
21 lines
671 B
21 lines
671 B
//+------------------------------------------------------------------
|
|
//
|
|
// 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
|