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.
|
|
/***********************************************************************
* Microsoft Jet * * Microsoft Confidential. Copyright 1991-1992 Microsoft Corporation. * * Component: JET * * File: <File description/purpose> * * File Comments: * <comments> * * Revision History: * * [0] 27-Jul-94 t-andyg Created * ***********************************************************************/
#include "std.h"
#include "daedef.h"
#include "pib.h"
#include "page.h"
#include "fmp.h"
#include "dbapi.h"
#include "ssib.h"
#include "fucb.h"
#include "fcb.h"
#include "scb.h"
#include "fdb.h"
#include "idb.h"
#include "recapi.h"
#include "recint.h"
#include "util.h"
#include "stapi.h"
#include "node.h"
#include "spaceapi.h"
#include "spaceint.h"
#include "dirapi.h"
#include "nver.h"
#include "logapi.h"
#include "log.h"
#include "bm.h"
#include "fileapi.h"
#include "fileint.h"
#include "cat.h"
#include "stats.h"
#include "info.h"
#include "sortapi.h"
#include <stddef.h>
|