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.
 
 
 
 
 
 

26 lines
643 B

#include "config.h" /* Build configuration file */
#include "jet.h" /* Public JET API definitions */
#include "_jet.h" /* Private JET definitions */
#include "utilw32.h" /* Win32 Utility functions */
#include "taskmgr.h"
#include "vtmgr.h"
#include "_vtmgr.h"
#include "isamapi.h" /* Direct ISAM APIs */
#include "vtapi.h" /* Dispatched table APIs */
#include "disp.h" /* ErrDisp prototypes */
#include "jetord.h"
#include "_jetstr.h"
#include "perfdata.h" /* JET performance data collection */
#include <stdlib.h>
#include <string.h>