Renamed cmdlgr.h to cmdlgtst.h.
This commit is contained in:
parent
79762059eb
commit
57e231bdaa
|
@ -9,7 +9,7 @@ originally produced by Borland Resource Workshop, and then heavily edited
|
|||
*****************************************************************************/
|
||||
|
||||
#include <windows.h>
|
||||
#include "cmdlgr.h"
|
||||
#include "cmdlgtst.h"
|
||||
|
||||
TestCommdlgMenu MENU
|
||||
{
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include <windows.h>
|
||||
#include <commdlg.h>
|
||||
#include <stdio.h>
|
||||
#include "cmdlgr.h"
|
||||
#include "cmdlgtst.h"
|
||||
|
||||
// This structure is to set up flag / control associations for the custom
|
||||
// requesters. The ft_id is the id for the control (usually generated
|
||||
|
|
Loading…
Reference in New Issue