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

  1. #include "config.h" /* Build configuration file */
  2. #include "jet.h" /* Public JET API definitions */
  3. #include "_jet.h" /* Private JET definitions */
  4. #include "utilw32.h" /* Win32 Utility functions */
  5. #include "taskmgr.h"
  6. #include "vtmgr.h"
  7. #include "_vtmgr.h"
  8. #include "isamapi.h" /* Direct ISAM APIs */
  9. #include "vtapi.h" /* Dispatched table APIs */
  10. #include "disp.h" /* ErrDisp prototypes */
  11. #include "jetord.h"
  12. #include "_jetstr.h"
  13. #include "perfdata.h" /* JET performance data collection */
  14. #include <stdlib.h>
  15. #include <string.h>