annotate netinstall/resource.h @ 558:ed498ef2108b

[xemacs-hg @ 2001-05-23 09:59:33 by ben] xemacs.mak: call `ver' to get the exact os version and put it in the installation; suggestion from adrian. behavior-defs.el: Add scroll-in-place, jka-compr, efs, fix up some things. pop.c: Remove BROKEN_CYGWIN. etc\sample.init.el: Rewrite to be much more careful about loading features -- now it decays gracefully even in the complete absence of packages. Also avoid doing obnoxious things when loading efs. configure.in: add some support for eventually turning on file coding by default. Fix numerous places where AC_MSG_WARN had quotes around its arg, which is bad. Replace with []. Same for AC_MSG_ERROR. s\cygwin32.h, s\mingw32.h: remove support for way old beta versions of cygwin. don't put -Wno-sign-compare in the system switches; this isn't a system issue. define BROKEN_SIGIO for cygwin to get C-g support. device-msw.c: signal an error rather than crash with an unavailable network printer (from Mike Alexander). event-msw.c: cleanup headers. fix (hopefully) an error with data corruption when sending to a network connection. fileio.c: Fix evil code that attempts to handle the ~user prefix by (a) always assuming we're referencing ourselves and not even verifying the user -- hence any file with a tilde as its first char is invalid! (b) if there wasn't a slash following the filename, the pointer was set *past* the end of file and we started reading from uninitialized memory. Now we simply treat these as files, always. optionally for 21.4 (doc fix): lread.c: cambia de pas_de_lache_ici -- al minimo usa la palabra certa. frame.c: fix warnings. emacs.c, nt.c, ntproc.c, process-nt.c, realpath.c, unexnt.c: rename MAX_PATH to standard PATH_MAX. process-nt.c, realpath.c: cleanup headers. process-unix.c, sysdep.c, systime.h, syswindows.h: kill BROKEN_CYGWIN and support for way old beta versions of cygwin. sysfile.h: use _MAX_PATH (Windows) preferentially for PATH_MAX if defined. include io.h on Cygwin (we need get_osfhandle()). include sys/fcntl.h always, since we were including it in various header files anyway. unexcw.c: fix up style to conform to standard. remove duplicate definition of PERROR. buffer.c: comment change. database.c, debug.h, device-tty.c, dired-msw.c, glyphs-msw.c: header cleanups (remove places that directly include a system header file, because we have our own layer to do this more cleanly and portably); indentation fixes.
author ben
date Wed, 23 May 2001 09:59:48 +0000
parents 3078fd1074e8
children ce0b3f2eff35
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
1 //{{NO_DEPENDENCIES}}
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
2 // Microsoft Developer Studio generated include file.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
3 // Used by res.rc
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
4 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
5 #define IDS_ROOT_SLASH 1
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
6 #define IDS_ROOT_SPACE 2
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
7 #define IDS_CWD_NONEMPTY 3
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
8 #define IDS_MIRROR_LST 6
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
9 #define IDS_DIALOG_FAILED 7
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
10 #define IDS_CYGWIN_FUNC_MISSING 8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
11 #define IDS_DOWNLOAD_SHORT 9
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
12 #define IDS_ERR_OPEN_WRITE 10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
13 #define IDS_SETUPINI_MISSING 11
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
14 #define IDS_OLD_SETUPINI 12
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
15 #define IDS_ERR_RENAME 13
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
16 #define IDS_NOTHING_INSTALLED 14
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
17 #define IDS_INSTALL_COMPLETE 15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
18 #define IDS_ERR_OPEN_READ 16
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
19 #define IDS_ROOT_ABSOLUTE 17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
20 #define IDS_DOWNLOAD_COMPLETE 18
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
21 #define IDS_CVSID 19
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
22 #define IDS_NOLOGFILE 20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
23 #define IDS_UNINSTALL_COMPLETE 21
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
24 #define IDS_WININET 22
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
25 #define IDS_ERR_CHDIR 23
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
26 #define IDS_OLD_SETUP_VERSION 24
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
27 #define IDS_DOWNLOAD_FAILED 25
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
28 #define IDS_DOWNLOAD_INCOMPLETE 26
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
29 #define IDS_INSTALL_INCOMPLETE 27
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
30 #define IDS_ROOT_NOCYGWIN 28
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
31 #define IDD_ROOT 101
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
32 #define IDD_SOURCE 102
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
33 #define IDD_OTHER_URL 103
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
34 #define IDD_SITE 104
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
35 #define IDD_NET 105
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
36 #define IDD_DLSTATUS 106
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
37 #define IDD_S_LOAD_INI 107
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
38 #define IDD_S_FROM_CWD 108
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
39 #define IDD_CHOOSE 109
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
40 #define IDD_S_DOWNLOAD 110
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
41 #define IDD_S_INSTALL 111
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
42 #define IDD_INSTATUS 112
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
43 #define IDD_DESKTOP 113
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
44 #define IDD_PROXY_AUTH 114
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
45 #define IDD_S_POSTINSTALL 115
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
46 #define IDD_NET_AUTH 116
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
47 #define IDD_SPLASH 117
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
48 #define IDB_SPIN 118
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
49 #define IDB_RTARROW 119
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
50 #define IDI_SPIN 120
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
51 #define IDI_XEMACS 121
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
52 #define IDD_LOCAL_DIR 122
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
53 #define IDB_CHECK_YES 123
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
54 #define IDB_CHECK_NO 124
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
55 #define IDB_CHECK_NA 125
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
56 #define IDB_GNU 126
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
57 #define IDC_SOURCE_DOWNLOAD 1000
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
58 #define IDC_SOURCE_NETINST 1001
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
59 #define IDC_SOURCE_CWD 1002
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
60 #define IDC_ROOT_DIR 1003
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
61 #define IDC_ROOT_BROWSE 1004
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
62 #define IDC_ROOT_TEXT 1005
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
63 #define IDC_ROOT_BINARY 1006
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
64 #define IDC_URL_LIST 1007
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
65 #define IDC_SITE_NEXT 1008
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
66 #define IDC_BACK 1009
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
67 #define IDC_OTHER_URL 1010
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
68 #define IDC_NET_IE5 1011
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
69 #define IDC_NET_DIRECT 1012
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
70 #define IDC_NET_PROXY 1013
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
71 #define IDC_PROXY_HOST 1014
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
72 #define IDC_PROXY_PORT 1015
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
73 #define IDC_PROXY_USER 1016
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
74 #define IDC_DLS_PROGRESS 1019
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
75 #define IDC_DLS_URL 1020
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
76 #define IDC_DLS_RATE 1021
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
77 #define IDC_INS_PKG 1022
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
78 #define IDC_INS_FILE 1023
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
79 #define IDC_INS_DISKFULL 1024
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
80 #define IDC_INS_IPROGRESS 1025
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
81 #define IDC_INS_PPROGRESS 1026
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
82 #define IDC_ROOT_SYSTEM 1028
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
83 #define IDC_ROOT_USER 1029
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
84 #define IDC_NET_USER 1030
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
85 #define IDC_NET_PASSWD 1031
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
86 #define IDC_VERSION 1033
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
87 #define IDC_LISTVIEW_POS 1034
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
88 #define IDC_CHOOSE_FULLPART 1035
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
89 #define IDC_CHOOSE_EXP 1036
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
90 #define IDC_CHOOSE_CURR 1037
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
91 #define IDC_CHOOSE_PREV 1038
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
92 #define IDC_CHOOSE_LIST 1039
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
93 #define IDC_INS_ACTION 1040
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
94 #define IDC_ROOT_DESKTOP 1041
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
95 #define IDC_ROOT_MENU 1042
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
96 #define IDC_LOCAL_DIR_BROWSE 1043
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
97 #define IDC_LOCAL_DIR 1044
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
98 #define IDC_INSTALL_NATIVE 1045
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
99 #define IDC_INSTALL_CYGWIN 1046
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
100 #define IDC_STATIC -1
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
101
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
102 // Next default values for new objects
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
103 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
104 #ifdef APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
105 #ifndef APSTUDIO_READONLY_SYMBOLS
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
106 #define _APS_NO_MFC 1
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
107 #define _APS_3D_CONTROLS 1
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
108 #define _APS_NEXT_RESOURCE_VALUE 127
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
109 #define _APS_NEXT_COMMAND_VALUE 40003
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
110 #define _APS_NEXT_CONTROL_VALUE 1050
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
111 #define _APS_NEXT_SYMED_VALUE 101
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
112 #endif
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
113 #endif