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.

12 lines
315 B

  1. //
  2. // This file allows the utests to link.
  3. // This is necessary because the utest sources file links in every obj
  4. // in the project. So without these definitions we get unnecessary
  5. // linker errors in things like tldap.
  6. //
  7. #include <trklib.hxx>
  8. #include <trkwks.hxx>
  9. CTrkWksSvc * g_ptrkwks = NULL;