home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / barcode / barcode.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-17  |  578 b   |  36 lines

  1. #ifndef    _WINDOWS
  2.     #define    _WINDOWS
  3. #endif
  4.  
  5. #define    NOGDICAPMASKS
  6. #define    OEMRESOURCE
  7. #define    NOCLIPBOARD
  8. #define    NOMETAFILE
  9. #define    NOMINMAX
  10. #define    NOSOUND
  11. #define    NOATOM
  12. #define    NOCOMM
  13. #define    NOKANJI
  14. #define    NOPROFILER
  15. #define    NODEFERWINDOWPOS
  16. #define    NOKEYBOARDINFO
  17. #define    NOMDI
  18. #define    NONCMESSAGES
  19.  
  20.  
  21. #include    <windows.h>  
  22. #include <windowsx.h>
  23. #include <stdio.h>
  24. #include    <commdlg.h>
  25. #include <memory.h>
  26. #include "barcoder.h"
  27.                
  28.  
  29. #define    WIDE        3
  30. #define    NARROW   1
  31.  
  32. BOOL CALLBACK        WndProc (HWND, UINT, WPARAM, LPARAM);
  33.  
  34.  
  35.  
  36.