Leaked source code of windows server 2003
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.
|
|
/* xfr_todo.h -- a file used to handle unwriten needs
* * Copyright 1990 by Hilgraeve Inc. -- Monroe, MI * All rights reserved * * $Revision: 1 $ * $Date: 10/05/98 1:16p $ */
/*
* This function is here to provide stubs for functions that have not yet * been ported over to WACKER. By the time WACKER is functional, this file * should be empty. */
/* Replace the old CNFG structure */ extern int cnfgBitRate(void); int cnfgBitsPerChar(HSESSION h);
|