Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

14 lines
271 B

#ifndef __CONFIG_H__
#define __CONFIG_H__
#ifndef _HPJ_DOC
#include "hpjdoc.h"
#endif
BOOL ConfigAdd(CWnd *pOwner, CString& cszConfig, DWORD* paHelpIDs);
int ConfigEdit(CHpjDoc *pDoc, CWnd *pOwner, CString& cszConfig,
DWORD* paHelpIDs, CListBox *plistbox);
#endif