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.

38 lines
570 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. Dll.h
  5. Abstract:
  6. Used by the Demo Application to illustrate IgnoreFreeLibrary.
  7. Notes:
  8. ANSI only - must run on Win9x.
  9. History:
  10. 03/09/01 rparsons Created
  11. 01/10/02 rparsons Revised
  12. --*/
  13. #define MAIN_APP_TITLE "Application Compatibiltiy Demo"
  14. //
  15. // Prototypes of functions that we're exporting.
  16. //
  17. void
  18. WINAPI
  19. DemoAppExp(
  20. IN DWORD* dwParam
  21. );
  22. void
  23. WINAPI
  24. DemoAppMessageBox(
  25. IN HWND hWnd
  26. );