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.
22 lines
509 B
22 lines
509 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: cm_misc.h
|
|
//
|
|
// Module: CMMON32.EXE
|
|
//
|
|
// Synopsis: Miscellaneous function headers for cmmon32.exe
|
|
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// Author: quintinb Created Header 08/16/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
#ifndef _CM_MISC_INC
|
|
#define _CM_MISC_INC
|
|
|
|
//
|
|
// Utility.cpp
|
|
//
|
|
void FmtNum(DWORD dwNum, LPSTR pszNum, DWORD dwNumSize);
|
|
|
|
#endif
|