home *** CD-ROM | disk | FTP | other *** search
- #define OEMRESOURCE
- #define WIN32_LEAN_AND_MEAN
-
- #include <windows.h>
- #include <windowsx.h>
- #include <commdlg.h>
- #include <commctrl.h>
-
- #include <stdio.h>
- #include <stdarg.h>
- #include <stdlib.h>
- #include <malloc.h>
- #include <string.h>
- #include <ctype.h>
- #include <assert.h>
- #include <limits.h>
- #include <io.h>
-
- #ifndef __GNUG__
-
- #include <ole2.h>
-
- #else
-
- #define GetWindowStyle(hwnd) GetWindowLong(hwnd,GWL_STYLE)
-
- #endif
-