Source code of Windows XP (NT5)
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.

27 lines
785 B

  1. //+-------------------------------------------------------------------
  2. //
  3. // File: oledll2.h
  4. //
  5. // Contents: This file contins the DLL entry points
  6. // LibMain
  7. // FunctionInAnotherDLL
  8. //
  9. // This DLL is used to to test loading of in
  10. // InProcServer that uses another statically linked DLL.
  11. // The extra DLL (OleDll2.DLL) should not be on the path
  12. // when the test is run. The entry point FuntionInAnotherDLL
  13. // is exported by OleDll2.DLL
  14. //
  15. //
  16. // History: 30-Jun-94 AndyH Created
  17. //
  18. //---------------------------------------------------------------------
  19. //
  20. // Entry point for testing statically linked DLL.
  21. //
  22. BOOL FunctionInAnotherDLL ( void );