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.

19 lines
558 B

  1. /*==========================================================================;
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: retrocfg.h
  6. * Content: Prototypes the RetroConfigProcess function
  7. * History:
  8. * Date By Reason
  9. * ============
  10. * 10/13/99 pnewson created
  11. ***************************************************************************/
  12. #ifndef _RETROCFG_H_
  13. #define _RETROCFG_H_
  14. HRESULT RetroConfigProcess(HINSTANCE hResDLLInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow);
  15. #endif