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.

29 lines
825 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. bltmain.hxx
  7. Definition of BLT C-linkage glue function
  8. This file coordinates the various "clients" of BltMain. It
  9. must remain C includable, since C sourcefiles include it.
  10. FILE HISTORY:
  11. beng 01-Apr-1991 Created
  12. beng 24-Apr-1992 Removed pszCmdLine from proto
  13. beng 03-Aug-1992 Removed nPrevInst from proto
  14. */
  15. #if defined(__cplusplus)
  16. extern "C"
  17. {
  18. #endif
  19. INT BltMain(HINSTANCE hInst, INT nShow);
  20. #if defined(__cplusplus)
  21. }
  22. #endif