File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- # something about license
2-
31# ifndef EVENT_DATA_H_INCLUDED
42# define EVENT_DATA_H_INCLUDED
53
6- # pxd_include "RecordData.h"
74from dxfeed.core.pxd_include cimport RecordData as rd
85from dxfeed.core.pxd_include cimport DXTypes as dxt
96# ifndef OUT
@@ -60,13 +57,14 @@ cdef extern from "EventData.h":
6057# // The length of record suffix including including the terminating null character
6158# define DXF_RECORD_SUFFIX_SIZE 5
6259DEF DXF_RECORD_SUFFIX_SIZE = 5
60+ cdef extern from " EventData.h" :
61+ cdef int DXF_RECORD_SUFFIX_SIZE = DXF_RECORD_SUFFIX_SIZE
6362# /* -------------------------------------------------------------------------- */
6463# /*
6564# * Source suffix array
6665# */
6766# /* -------------------------------------------------------------------------- */
6867cdef extern from " EventData.h" :
69- cdef int DXF_RECORD_SUFFIX_SIZE = DXF_RECORD_SUFFIX_SIZE
7068 struct dx_suffix_t:
7169 dxt.dxf_char_t suffix[DXF_RECORD_SUFFIX_SIZE]
7270
You can’t perform that action at this time.
0 commit comments