Home | History | Annotate | Download | only in jpeg

Lines Matching full:windows

154 makefile.wat	jconfig.wat	MS-DOS, OS/2, or Windows NT, Watcom C
155 makefile.vc jconfig.vc Windows NT/95, MS Visual C++
156 make*.ds jconfig.vc Windows NT/95, MS Developer Studio
851 Microsoft Windows (all versions), generic comments:
853 Some Windows system include files define typedef boolean as "unsigned char".
855 This doesn't affect the IJG programs because we don't import those Windows
861 /* Define "boolean" as unsigned char, not int, per Windows custom */
872 warning if you include both jpeglib.h and windef.h (which windows.h
876 When using the library in a Windows application, you will almost certainly
894 some older Windows C compilers provide versions of setjmp/longjmp that
895 don't actually work under Windows. You may need to use the Windows system
898 The recommended memory manager under Windows is jmemnobs.c; in other words,
899 let Windows do any virtual memory management needed. You should NOT use
900 jmemdos.c nor jmemdosa.asm under Windows.
902 For Windows 3.1, we recommend compiling in medium or large memory model;
903 for newer Windows versions, use a 32-bit flat memory model. (See the MS-DOS
912 its calls to malloc and free with direct calls on Windows memory allocation
915 You may also want to modify jdatasrc.c and jdatadst.c to use Windows file
921 is usually more convenient under Windows. Note that this change will break
964 Microsoft Windows, Borland C:
966 The provided jconfig.bcc should work OK in a 32-bit Windows environment,
969 alteration if you want to use it for Windows --- in particular, you should
970 use jmemnobs.c not jmemdos.c under Windows.
996 Microsoft Windows, Microsoft Visual C++:
1010 Microsoft Windows, Microsoft Developer Studio: