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.

10 lines
375 B

  1. /****************************************************************************
  2. *
  3. * MODULE : PREVIEW.H
  4. *
  5. ****************************************************************************/
  6. #ifdef OFN_READONLY
  7. BOOL FAR PASCAL _loadds GetOpenFileNamePreview(LPOPENFILENAME lpofn);
  8. BOOL FAR PASCAL _loadds GetSaveFileNamePreview(LPOPENFILENAME lpofn);
  9. #endif