home *** CD-ROM | disk | FTP | other *** search
- /*
- MODULE.H
-
- Header file for defining the various processing functions for the modules
- which are attached to the IWF project.
- */
-
- // Define the startup procedure here.
- #define MODULE0 SampWin
- #define MODULE1 SampDlg
-
- // Define the button names here.
- #define NAME0 "Window"
- #define NAME1 "Dialog"
-
- // Define the modeless dialog windows here.
- #define DIALOG1 hDlgSampDlg
-
-