home *** CD-ROM | disk | FTP | other *** search
- #ifndef _WINDOWS
- #define _WINDOWS
- #endif
-
- #define NOGDICAPMASKS
- #define OEMRESOURCE
- #define NOCLIPBOARD
- #define NOMETAFILE
- #define NOMINMAX
- #define NOSOUND
- #define NOATOM
- #define NOCOMM
- #define NOKANJI
- #define NOPROFILER
- #define NODEFERWINDOWPOS
- #define NOKEYBOARDINFO
- #define NOMDI
- #define NONCMESSAGES
-
-
- #include <windows.h>
- #include <windowsx.h>
- #include <stdio.h>
- #include <commdlg.h>
- #include <memory.h>
- #include "barcoder.h"
-
-
- #define WIDE 3
- #define NARROW 1
-
- BOOL CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
-
-
-
-