Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Colin Granville
OmniLanManFS
Commits
afdc1291
Commit
afdc1291
authored
Apr 14, 2012
by
Robert Sprowson
Browse files
Replace 2 (!) local definitions with MimeMap header
Version 2.36. Tagged as 'LanManFS-2_36'
parent
5977e5ce
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
26 deletions
+14
-26
VersionNum
VersionNum
+10
-10
c/Attr
c/Attr
+2
-1
c/Xlate
c/Xlate
+2
-1
h/Attr
h/Attr
+0
-7
h/Xlate
h/Xlate
+0
-7
No files found.
VersionNum
View file @
afdc1291
/* (2.3
5
)
/* (2.3
6
)
*
*
* This file is automatically maintained by srccommit, do not edit manually.
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
* Last processed by srccommit version: 1.1.
*
*
*/
*/
#define Module_MajorVersion_CMHG 2.3
5
#define Module_MajorVersion_CMHG 2.3
6
#define Module_MinorVersion_CMHG
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
5 Oct
201
1
#define Module_Date_CMHG 1
4 Apr
201
2
#define Module_MajorVersion "2.3
5
"
#define Module_MajorVersion "2.3
6
"
#define Module_Version 23
5
#define Module_Version 23
6
#define Module_MinorVersion ""
#define Module_MinorVersion ""
#define Module_Date "1
5 Oct
201
1
"
#define Module_Date "1
4 Apr
201
2
"
#define Module_ApplicationDate "1
5-Oct
-1
1
"
#define Module_ApplicationDate "1
4-Apr
-1
2
"
#define Module_ComponentName "LanManFS"
#define Module_ComponentName "LanManFS"
#define Module_ComponentPath "castle/RiscOS/Sources/Networking/Omni/Protocols/LanManFS"
#define Module_ComponentPath "castle/RiscOS/Sources/Networking/Omni/Protocols/LanManFS"
#define Module_FullVersion "2.3
5
"
#define Module_FullVersion "2.3
6
"
#define Module_HelpVersion "2.3
5
(1
5 Oct
201
1
)"
#define Module_HelpVersion "2.3
6
(1
4 Apr
201
2
)"
#define Module_LibraryVersionInfo "2:3
5
"
#define Module_LibraryVersionInfo "2:3
6
"
c/Attr
View file @
afdc1291
...
@@ -27,8 +27,9 @@
...
@@ -27,8 +27,9 @@
#include <stdio.h>
#include <stdio.h>
#include <ctype.h>
#include <ctype.h>
#include <string.h>
#include <string.h>
#include "kernel.h"
#include "kernel.h"
#include "swis.h"
#include "Interface/MimeMap.h"
#include "Global/FileTypes.h"
#include "Global/FileTypes.h"
/* Our includes */
/* Our includes */
...
...
c/Xlate
View file @
afdc1291
...
@@ -26,10 +26,11 @@
...
@@ -26,10 +26,11 @@
#include <string.h>
#include <string.h>
#include <stdlib.h>
#include <stdlib.h>
#include <ctype.h>
#include <ctype.h>
#include "swis.h"
#include "Interface/MimeMap.h"
#include "LanMan.h"
#include "LanMan.h"
#include "stdtypes.h"
#include "stdtypes.h"
#include "swis.h"
#include "Xlate.h"
#include "Xlate.h"
#include "Attr.h"
#include "Attr.h"
#include "Omni.h"
#include "Omni.h"
...
...
h/Attr
View file @
afdc1291
...
@@ -22,13 +22,6 @@
...
@@ -22,13 +22,6 @@
*
*
*/
*/
/* Mime mappings */
#define MimeMap_Translate 0x50B00
#define MMM_TYPE_RISCOS 0
#define MMM_TYPE_RISCOS_STRING 1
#define MMM_TYPE_MIME 2
#define MMM_TYPE_DOT_EXTN 3
extern
err_t
Attr_GetInfo
(
char
*
pathname
,
char
*
leafname
,
extern
err_t
Attr_GetInfo
(
char
*
pathname
,
char
*
leafname
,
RISCOS_ATTRIBS
*
pRA
);
RISCOS_ATTRIBS
*
pRA
);
...
...
h/Xlate
View file @
afdc1291
...
@@ -52,13 +52,6 @@ extern void Xlt_NameDOStoRO ( char *riscos_dst, char *dos_src );
...
@@ -52,13 +52,6 @@ extern void Xlt_NameDOStoRO ( char *riscos_dst, char *dos_src );
#define NM_INTERNAL 4
/* Can't be selected at the CLI */
#define NM_INTERNAL 4
/* Can't be selected at the CLI */
/* Mime mappings */
#define MimeMap_Translate 0x50B00
#define MMM_TYPE_RISCOS 0
#define MMM_TYPE_RISCOS_STRING 1
#define MMM_TYPE_MIME 2
#define MMM_TYPE_DOT_EXTN 3
extern
err_t
Xlt_ExpandSearchEntry
(
BYTE
*
entry
,
extern
err_t
Xlt_ExpandSearchEntry
(
BYTE
*
entry
,
char
*
DOS_pathname
,
char
*
DOS_pathname
,
char
*
name_out
,
char
*
name_out
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment