|
|
| version 1.17, 2007/12/28 20:36:40 | version 1.18, 2011/03/07 09:54:11 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | /** |
| #include <commctrl.h> | * @file d_screen.cpp |
| #include <prsht.h> | * @brief Screen configure dialog procedure |
| #include "strres.h" | * |
| #include "resource.h" | * @author $Author$ |
| #include "np2.h" | * @date $Date$ |
| #include "oemtext.h" | */ |
| #include "scrnmng.h" | |
| #include "sysmng.h" | #include "compiler.h" |
| #include "np2class.h" | #include <commctrl.h> |
| #include "dialog.h" | #include <prsht.h> |
| #include "dialogs.h" | #include "strres.h" |
| #include "pccore.h" | #include "resource.h" |
| #include "iocore.h" | #include "np2.h" |
| #include "scrndraw.h" | #include "oemtext.h" |
| #include "palettes.h" | #include "scrnmng.h" |
| #include "sysmng.h" | |
| #include "np2class.h" | |
| #include "dialog.h" | |
| #include "dialogs.h" | |
| #include "pccore.h" | |
| #include "iocore.h" | |
| #include "scrndraw.h" | |
| #include "palettes.h" | |
| #if !defined(__GNUC__) | |
| #pragma comment(lib, "comctl32.lib") | |
| #endif // !defined(__GNUC__) | |
| static LRESULT CALLBACK Scropt1DlgProc(HWND hWnd, UINT msg, | static LRESULT CALLBACK Scropt1DlgProc(HWND hWnd, UINT msg, |
| WPARAM wp, LPARAM lp) { | WPARAM wp, LPARAM lp) { |