Warning, cannot access the index:
_darcs/index: opening of '_darcs/index' failed: permission denied (Permission denied)
diff -rN -u old-branch-2-0/src/seq/seq.h new-branch-2-0/src/seq/seq.h
--- old-branch-2-0/src/seq/seq.h 2023-06-07 21:20:19.170813536 +0200
+++ new-branch-2-0/src/seq/seq.h 2023-06-07 21:20:19.170813536 +0200
@@ -72,9 +72,6 @@
#include "errlog.h"
#include "taskwd.h"
#include "pv.h"
-#include "shareLib.h"
-#define SEQ_UGLY_WINDOWS_HACK
-#define epicsExportSharedSymbols
#include "seqCom.h"
#include "seqPvt.h"
#endif /*INCLseqh*/
diff -rN -u old-branch-2-0/src/seq/seqCom.h new-branch-2-0/src/seq/seqCom.h
--- old-branch-2-0/src/seq/seqCom.h 2023-06-07 21:20:19.170813536 +0200
+++ new-branch-2-0/src/seq/seqCom.h 2023-06-07 21:20:19.174813606 +0200
@@ -38,7 +38,6 @@
#ifndef INCLseqComh
#define INCLseqComh
-#ifndef SEQ_UGLY_WINDOWS_HACK
#include <stdio.h> /* standard i/o defs */
#include <stdlib.h> /* standard library defs */
@@ -46,8 +45,6 @@
#include "pvAlarm.h" /* status and severity defs */
#include "epicsThread.h" /* time stamp defs */
#include "epicsTime.h" /* time stamp defs */
-#include "epicsExport.h" /* for Registrar routine */
-#endif
#ifdef __cplusplus
extern "C" {
patch 947c79ecbb0470780e08840a948116cc1ea9db9b
Author: Andrew Johnson <anj@aps.anl.gov>
Date: Wed Sep 2 21:12:38 CEST 2009
* Fix SEQ_UGLY_WINDOWS_HACK properly