Commit 4b5d80fb authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Fix includes for case-sensitive filesystems

Version 0.62. Not tagged
parent 6fb55af2
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.1.
;
GBLS Module_MajorVersion
GBLA Module_Version
......@@ -10,14 +9,12 @@
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.62"
Module_Version SETA 62
Module_MinorVersion SETS ""
Module_Date SETS "13 Aug 2016"
Module_ApplicationDate SETS "13-Aug-16"
Module_Date SETS "12 Feb 2020"
Module_ApplicationDate SETS "12-Feb-20"
Module_ComponentName SETS "FilerAct"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/FilerAct"
Module_FullVersion SETS "0.62"
Module_HelpVersion SETS "0.62 (13 Aug 2016)"
Module_HelpVersion SETS "0.62 (12 Feb 2020)"
END
/* (0.62)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.62
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 13 Aug 2016
#define Module_Date_CMHG 12 Feb 2020
#define Module_MajorVersion "0.62"
#define Module_Version 62
#define Module_MinorVersion ""
#define Module_Date "13 Aug 2016"
#define Module_Date "12 Feb 2020"
#define Module_ApplicationDate "13-Aug-16"
#define Module_ApplicationDate "12-Feb-20"
#define Module_ComponentName "FilerAct"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/FilerAct"
#define Module_FullVersion "0.62"
#define Module_HelpVersion "0.62 (13 Aug 2016)"
#define Module_HelpVersion "0.62 (12 Feb 2020)"
#define Module_LibraryVersionInfo "0:62"
......@@ -19,7 +19,7 @@
#include <stdio.h>
#include "debug.h"
#include "chains.h"
#include "Chains.h"
void chain_remove_link( chain_link *link )
{
......
......@@ -82,7 +82,7 @@ Notes:
#include "wimp.h"
#include "Options.h"
#include "chains.h"
#include "Chains.h"
#include "allerrs.h"
#include "malloc+.h"
#include "memmanage.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment