CPTiOSApi  1.25
 All Classes Functions Variables Enumerations Enumerator Pages
/Users/sviluppo/marco/CPTApi/CustomXmliOSApi/CustomXmliOSApi/CustomDepSymRename.h
1 //
2 // CustomDepSymRename.h
3 // CustomXmliOSApi
4 //
5 // Created by sviluppo on 04/04/14.
6 // Copyright (c) 2014 CUSTOM. All rights reserved.
7 //
8 
9 #ifndef CustomXmliOSApi_CustomDepSymRename_h
10 #define CustomXmliOSApi_CustomDepSymRename_h
11 
12 
13 #ifndef __NS_SYMBOL
14 // We need to have multiple levels of macros here so that __NAMESPACE_PREFIX_ is
15 // properly replaced by the time we concatenate the namespace prefix.
16 #define __NS_REWRITE(ns, symbol) ns ## _ ## symbol
17 #define __NS_BRIDGE(ns, symbol) __NS_REWRITE(ns, symbol)
18 #define __NS_SYMBOL(symbol) __NS_BRIDGE(CSTMXML, symbol)
19 #endif
20 
21 
22 // Classes
23 #ifndef BarcodeInstance
24 #define BarcodeInstance __NS_SYMBOL(BarcodeInstance)
25 #endif
26 
27 #ifndef BarcodeXml
28 #define BarcodeXml __NS_SYMBOL(BarcodeXml)
29 #endif
30 
31 #ifndef Barcodes
32 #define Barcodes __NS_SYMBOL(Barcodes)
33 #endif
34 
35 
36 # if 0
37 // CUSTOM CLASSES TO BE EXPORTED
38 
39 #ifndef CustomXml
40 #define CustomXml __NS_SYMBOL(CustomXml)
41 #endif
42 
43 #ifndef CustomXmlDictionaryItem
44 #define CustomXmlDictionaryItem __NS_SYMBOL(CustomXmlDictionaryItem)
45 #endif
46 
47 #ifndef CustomXmlError
48 #define CustomXmlError __NS_SYMBOL(CustomXmlError)
49 #endif
50 
51 #ifndef CustomXmliOSApi
52 #define CustomXmliOSApi __NS_SYMBOL(CustomXmliOSApi)
53 #endif
54 
55 // CUSTOM CLASSES TO BE EXPORTED
56 #endif
57 
58 # if 1
59 // CUSTOM CLASSES NOT TO BE EXPORTED
60 
61 #ifndef CustomBarcode
62 #define CustomBarcode __NS_SYMBOL(CustomBarcode)
63 #endif
64 
65 #ifndef CustomDrawableBarcode
66 #define CustomDrawableBarcode __NS_SYMBOL(CustomDrawableBarcode)
67 #endif
68 
69 #ifndef CustomDrawableCanvas
70 #define CustomDrawableCanvas __NS_SYMBOL(CustomDrawableCanvas)
71 #endif
72 
73 #ifndef CustomDrawableElement
74 #define CustomDrawableElement __NS_SYMBOL(CustomDrawableElement)
75 #endif
76 
77 #ifndef CustomDrawableEllipse
78 #define CustomDrawableEllipse __NS_SYMBOL(CustomDrawableEllipse)
79 #endif
80 
81 #ifndef CustomDrawableImage
82 #define CustomDrawableImage __NS_SYMBOL(CustomDrawableImage)
83 #endif
84 
85 #ifndef CustomDrawableLine
86 #define CustomDrawableLine __NS_SYMBOL(CustomDrawableLine)
87 #endif
88 
89 #ifndef CustomDrawableRectangle
90 #define CustomDrawableRectangle __NS_SYMBOL(CustomDrawableRectangle)
91 #endif
92 
93 #ifndef CustomDrawableText
94 #define CustomDrawableText __NS_SYMBOL(CustomDrawableText)
95 #endif
96 
97 #ifndef CustomFont
98 #define CustomFont __NS_SYMBOL(CustomFont)
99 #endif
100 
101 #ifndef CustomFontInfo
102 #define CustomFontInfo __NS_SYMBOL(CustomFontInfo)
103 #endif
104 
105 #ifndef CustomImage
106 #define CustomImage __NS_SYMBOL(CustomImage)
107 #endif
108 
109 #ifndef CustomRowColumn
110 #define CustomRowColumn __NS_SYMBOL(CustomRowColumn)
111 #endif
112 
113 #ifndef CustomTtfUtils
114 #define CustomTtfUtils __NS_SYMBOL(CustomTtfUtils)
115 #endif
116 
117 
118 
119 #ifndef DictionaryItem
120 #define DictionaryItem __NS_SYMBOL(DictionaryItem)
121 #endif
122 
124 #endif
125 
126 #ifndef DiffLengthForInputTypeFinalInputChecker
127 #define DiffLengthForInputTypeFinalInputChecker __NS_SYMBOL(DiffLengthForInputTypeFinalInputChecker)
128 #endif
129 
130 #ifndef FinalInputChecker
131 #define FinalInputChecker __NS_SYMBOL(FinalInputChecker)
132 #endif
133 
134 #ifndef GDataXMLDocument
135 #define GDataXMLDocument __NS_SYMBOL(GDataXMLDocument)
136 #endif
137 
138 #ifndef GDataXMLElement
139 #define GDataXMLElement __NS_SYMBOL(GDataXMLElement)
140 #endif
141 
142 #ifndef GDataXMLNode
143 #define GDataXMLNode __NS_SYMBOL(GDataXMLNode)
144 #endif
145 
146 #ifndef LengthSeriesFinalInputChecker
147 #define LengthSeriesFinalInputChecker __NS_SYMBOL(LengthSeriesFinalInputChecker)
148 #endif
149 
150 #ifndef NumberInIntervalFinalInputChecker
151 #define NumberInIntervalFinalInputChecker __NS_SYMBOL(NumberInIntervalFinalInputChecker)
152 #endif
153 
154 #ifndef SSZipArchive
155 #define SSZipArchive __NS_SYMBOL(SSZipArchive)
156 #endif
157 
158 #ifndef ZintBuilder
159 #define ZintBuilder __NS_SYMBOL(ZintBuilder)
160 #endif
161 
162 #ifndef ZintSymbol
163 #define ZintSymbol __NS_SYMBOL(ZintSymbol)
164 #endif
165 
166 // Functions
167 #ifndef LoadCentralDirectoryRecord
168 #define LoadCentralDirectoryRecord __NS_SYMBOL(LoadCentralDirectoryRecord)
169 #endif
170 
171 #ifndef USPS_MSB_Math_CRC11GenerateFrameCheckSequence
172 #define USPS_MSB_Math_CRC11GenerateFrameCheckSequence __NS_SYMBOL(USPS_MSB_Math_CRC11GenerateFrameCheckSequence)
173 #endif
174 
175 #ifndef ZBarcode_Create
176 #define ZBarcode_Create __NS_SYMBOL(ZBarcode_Create)
177 #endif
178 
179 #ifndef _min
180 #define _min __NS_SYMBOL(_min)
181 #endif
182 
183 #ifndef binary_add
184 #define binary_add __NS_SYMBOL(binary_add)
185 #endif
186 
187 #ifndef bmp_pixel_plot
188 #define bmp_pixel_plot __NS_SYMBOL(bmp_pixel_plot)
189 #endif
190 
191 #ifndef call_zopen64
192 #define call_zopen64 __NS_SYMBOL(call_zopen64)
193 #endif
194 
195 #ifndef code_11
196 #define code_11 __NS_SYMBOL(code_11)
197 #endif
198 
199 #ifndef code_49
200 #define code_49 __NS_SYMBOL(code_49)
201 #endif
202 
203 #ifndef combins
204 #define combins __NS_SYMBOL(combins)
205 #endif
206 
207 #ifndef grwp16
208 #define grwp16 __NS_SYMBOL(grwp16)
209 #endif
210 
211 #ifndef horiz
212 #define horiz __NS_SYMBOL(horiz)
213 #endif
214 
215 #ifndef imageForSymbol
216 #define imageForSymbol __NS_SYMBOL(imageForSymbol)
217 #endif
218 
219 #ifndef in_alpha
220 #define in_alpha __NS_SYMBOL(in_alpha)
221 #endif
222 
223 #ifndef isx12
224 #define isx12 __NS_SYMBOL(isx12)
225 #endif
226 
227 #ifndef itostr
228 #define itostr __NS_SYMBOL(itostr)
229 #endif
230 
231 #ifndef mapshorten
232 #define mapshorten __NS_SYMBOL(mapshorten)
233 #endif
234 
235 #ifndef matrix_two_of_five
236 #define matrix_two_of_five __NS_SYMBOL(matrix_two_of_five)
237 #endif
238 
239 #ifndef maxi_do_primary_check
240 #define maxi_do_primary_check __NS_SYMBOL(maxi_do_primary_check)
241 #endif
242 
243 #ifndef number_lat
244 #define number_lat __NS_SYMBOL(number_lat)
245 #endif
246 
247 #ifndef parunmodd
248 #define parunmodd __NS_SYMBOL(parunmodd)
249 #endif
250 
251 #ifndef pharma_one
252 #define pharma_one __NS_SYMBOL(pharma_one)
253 #endif
254 
255 #ifndef plessey
256 #define plessey __NS_SYMBOL(plessey)
257 #endif
258 
259 #ifndef postnet
260 #define postnet __NS_SYMBOL(postnet)
261 #endif
262 
263 #ifndef ps_plot
264 #define ps_plot __NS_SYMBOL(ps_plot)
265 #endif
266 
267 #ifndef quelmode
268 #define quelmode __NS_SYMBOL(quelmode)
269 #endif
270 
271 #ifndef render_plot
272 #define render_plot __NS_SYMBOL(render_plot)
273 #endif
274 
275 #ifndef rs_error
276 #define rs_error __NS_SYMBOL(rs_error)
277 #endif
278 
279 #ifndef rs_init_gf
280 #define rs_init_gf __NS_SYMBOL(rs_init_gf)
281 #endif
282 
283 #ifndef svg_plot
284 #define svg_plot __NS_SYMBOL(svg_plot)
285 #endif
286 
287 #ifndef telepen
288 #define telepen __NS_SYMBOL(telepen)
289 #endif
290 
291 #ifndef unzRepair
292 #define unzRepair __NS_SYMBOL(unzRepair)
293 #endif
294 
295 #ifndef unzStringFileNameCompare
296 #define unzStringFileNameCompare __NS_SYMBOL(unzStringFileNameCompare)
297 #endif
298 
299 #ifndef upc_check
300 #define upc_check __NS_SYMBOL(upc_check)
301 #endif
302 
303 #ifndef ustrlen
304 #define ustrlen __NS_SYMBOL(ustrlen)
305 #endif
306 
307 #ifndef getBit
308 #define getBit __NS_SYMBOL(getBit)
309 #endif
310 
311 #ifndef ustrcpy
312 #define ustrcpy __NS_SYMBOL(ustrcpy)
313 #endif
314 
315 #ifndef call_zseek64
316 #define call_zseek64 __NS_SYMBOL(call_zseek64)
317 #endif
318 
319 #ifndef central_finder
320 #define central_finder __NS_SYMBOL(central_finder)
321 #endif
322 
323 #ifndef init928
324 #define init928 __NS_SYMBOL(init928)
325 #endif
326 
327 #ifndef regroupe
328 #define regroupe __NS_SYMBOL(regroupe)
329 #endif
330 
331 #ifndef define_mode
332 #define define_mode __NS_SYMBOL(define_mode)
333 #endif
334 
335 #ifndef insert
336 #define insert __NS_SYMBOL(insert)
337 #endif
338 
339 #ifndef concat
340 #define concat __NS_SYMBOL(concat)
341 #endif
342 
343 #ifndef dminsert
344 #define dminsert __NS_SYMBOL(dminsert)
345 #endif
346 
347 #ifndef getRSSwidths
348 #define getRSSwidths __NS_SYMBOL(getRSSwidths)
349 #endif
350 
351 #ifndef upca_draw
352 #define upca_draw __NS_SYMBOL(upca_draw)
353 #endif
354 
355 #ifndef grwp
356 #define grwp __NS_SYMBOL(grwp)
357 #endif
358 
359 #ifndef aztec_text_process
360 #define aztec_text_process __NS_SYMBOL(aztec_text_process)
361 #endif
362 
363 #ifndef uconcat
364 #define uconcat __NS_SYMBOL(uconcat)
365 #endif
366 
367 #ifndef dxsmooth16
368 #define dxsmooth16 __NS_SYMBOL(dxsmooth16)
369 #endif
370 
371 #ifndef maxi_do_secondary_chk_odd
372 #define maxi_do_secondary_chk_odd __NS_SYMBOL(maxi_do_secondary_chk_odd)
373 #endif
374 
375 #ifndef ZBarcode_Clear
376 #define ZBarcode_Clear __NS_SYMBOL(ZBarcode_Clear)
377 #endif
378 
379 #ifndef insert_value
380 #define insert_value __NS_SYMBOL(insert_value)
381 #endif
382 
383 #ifndef call_ztell64
384 #define call_ztell64 __NS_SYMBOL(call_ztell64)
385 #endif
386 
387 #ifndef unzOpen2
388 #define unzOpen2 __NS_SYMBOL(unzOpen2)
389 #endif
390 
391 #ifndef vert
392 #define vert __NS_SYMBOL(vert)
393 #endif
394 
395 #ifndef ctoi
396 #define ctoi __NS_SYMBOL(ctoi)
397 #endif
398 
399 #ifndef breakup
400 #define breakup __NS_SYMBOL(breakup)
401 #endif
402 
403 #ifndef look_ahead_test
404 #define look_ahead_test __NS_SYMBOL(look_ahead_test)
405 #endif
406 
407 #ifndef gs1_verify
408 #define gs1_verify __NS_SYMBOL(gs1_verify)
409 #endif
410 
411 #ifndef rs_init_code
412 #define rs_init_code __NS_SYMBOL(rs_init_code)
413 #endif
414 
415 #ifndef upca
416 #define upca __NS_SYMBOL(upca)
417 #endif
418 
419 #ifndef itoc
420 #define itoc __NS_SYMBOL(itoc)
421 #endif
422 
423 #ifndef pdfsmooth
424 #define pdfsmooth __NS_SYMBOL(pdfsmooth)
425 #endif
426 
427 #ifndef industrial_two_of_five
428 #define industrial_two_of_five __NS_SYMBOL(industrial_two_of_five)
429 #endif
430 
431 #ifndef post_plot
432 #define post_plot __NS_SYMBOL(post_plot)
433 #endif
434 
435 #ifndef fill_zlib_filefunc64_32_def_from_filefunc32
436 #define fill_zlib_filefunc64_32_def_from_filefunc32 __NS_SYMBOL(fill_zlib_filefunc64_32_def_from_filefunc32)
437 #endif
438 
439 #ifndef australia_post
440 #define australia_post __NS_SYMBOL(australia_post)
441 #endif
442 
443 #ifndef seek_forward
444 #define seek_forward __NS_SYMBOL(seek_forward)
445 #endif
446 
447 #ifndef dxsmooth
448 #define dxsmooth __NS_SYMBOL(dxsmooth)
449 #endif
450 
451 #ifndef spigot
452 #define spigot __NS_SYMBOL(spigot)
453 #endif
454 
455 #ifndef to_upper
456 #define to_upper __NS_SYMBOL(to_upper)
457 #endif
458 
459 #ifndef ZBarcode_Delete
460 #define ZBarcode_Delete __NS_SYMBOL(ZBarcode_Delete)
461 #endif
462 
463 #ifndef isedi
464 #define isedi __NS_SYMBOL(isedi)
465 #endif
466 
467 #ifndef upce
468 #define upce __NS_SYMBOL(upce)
469 #endif
470 
471 #ifndef fill_fopen_filefunc
472 #define fill_fopen_filefunc __NS_SYMBOL(fill_fopen_filefunc)
473 #endif
474 
475 #ifndef is_sane
476 #define is_sane __NS_SYMBOL(is_sane)
477 #endif
478 
479 #ifndef encode928
480 #define encode928 __NS_SYMBOL(encode928)
481 #endif
482 
483 #ifndef pharma_two_calc
484 #define pharma_two_calc __NS_SYMBOL(pharma_two_calc)
485 #endif
486 
487 #ifndef telepen_num
488 #define telepen_num __NS_SYMBOL(telepen_num)
489 #endif
490 
491 #ifndef maxi_do_secondary_chk_even
492 #define maxi_do_secondary_chk_even __NS_SYMBOL(maxi_do_secondary_chk_even)
493 #endif
494 
495 #ifndef rss14
496 #define rss14 __NS_SYMBOL(rss14)
497 #endif
498 
499 #ifndef dq4bi
500 #define dq4bi __NS_SYMBOL(dq4bi)
501 #endif
502 
503 #ifndef planet
504 #define planet __NS_SYMBOL(planet)
505 #endif
506 
507 #ifndef posn
508 #define posn __NS_SYMBOL(posn)
509 #endif
510 
511 #ifndef binary_subtract
512 #define binary_subtract __NS_SYMBOL(binary_subtract)
513 #endif
514 
515 #ifndef error_tag
516 #define error_tag __NS_SYMBOL(error_tag)
517 #endif
518 
519 #ifndef iata_two_of_five
520 #define iata_two_of_five __NS_SYMBOL(iata_two_of_five)
521 #endif
522 
523 #ifndef msi_plessey
524 #define msi_plessey __NS_SYMBOL(msi_plessey)
525 #endif
526 
527 #ifndef lookup
528 #define lookup __NS_SYMBOL(lookup)
529 #endif
530 
531 #ifndef estimate_binary_length
532 #define estimate_binary_length __NS_SYMBOL(estimate_binary_length)
533 #endif
534 
535 #ifndef rs_encode
536 #define rs_encode __NS_SYMBOL(rs_encode)
537 #endif
538 
539 #ifndef imail
540 #define imail __NS_SYMBOL(imail)
541 #endif
542 
543 #ifndef c39
544 #define c39 __NS_SYMBOL(c39)
545 #endif
546 
547 #ifndef c1_look_ahead_test
548 #define c1_look_ahead_test __NS_SYMBOL(c1_look_ahead_test)
549 #endif
550 
551 #ifndef dump_plot
552 #define dump_plot __NS_SYMBOL(dump_plot)
553 #endif
554 
555 #ifndef module_is_set
556 #define module_is_set __NS_SYMBOL(module_is_set)
557 #endif
558 
559 #ifndef maxi_bump
560 #define maxi_bump __NS_SYMBOL(maxi_bump)
561 #endif
562 
563 #ifndef shiftdown
564 #define shiftdown __NS_SYMBOL(shiftdown)
565 #endif
566 
567 #ifndef cc_a
568 #define cc_a __NS_SYMBOL(cc_a)
569 #endif
570 
571 #ifndef set_module
572 #define set_module __NS_SYMBOL(set_module)
573 #endif
574 
575 #ifndef maxi_text_process
576 #define maxi_text_process __NS_SYMBOL(maxi_text_process)
577 #endif
578 
579 #ifndef pharma_two
580 #define pharma_two __NS_SYMBOL(pharma_two)
581 #endif
582 
583 #ifndef shiftup
584 #define shiftup __NS_SYMBOL(shiftup)
585 #endif
586 
587 #ifndef msi_plessey_mod10
588 #define msi_plessey_mod10 __NS_SYMBOL(msi_plessey_mod10)
589 #endif
590 
591 #ifndef planet_plot
592 #define planet_plot __NS_SYMBOL(planet_plot)
593 #endif
594 
595 #ifndef unset_module
596 #define unset_module __NS_SYMBOL(unset_module)
597 #endif
598 
599 #ifndef islarger
600 #define islarger __NS_SYMBOL(islarger)
601 #endif
602 
603 #ifndef logic_two_of_five
604 #define logic_two_of_five __NS_SYMBOL(logic_two_of_five)
605 #endif
606 
607 #ifndef fill_fopen64_filefunc
608 #define fill_fopen64_filefunc __NS_SYMBOL(fill_fopen64_filefunc)
609 #endif
610 
611 #ifndef expand
612 #define expand __NS_SYMBOL(expand)
613 #endif
614 
615 #ifndef qr_binary
616 #define qr_binary __NS_SYMBOL(qr_binary)
617 #endif
618 
619 #ifndef hibc
620 #define hibc __NS_SYMBOL(hibc)
621 #endif
622 
623 #ifndef binary_load
624 #define binary_load __NS_SYMBOL(binary_load)
625 #endif
626 
627 #ifndef c16k_set_a
628 #define c16k_set_a __NS_SYMBOL(c16k_set_a)
629 #endif
630 
631 #ifndef rs_encode_long
632 #define rs_encode_long __NS_SYMBOL(rs_encode_long)
633 #endif
634 
635 #ifndef korea_post
636 #define korea_post __NS_SYMBOL(korea_post)
637 #endif
638 
639 #ifndef is_stackable
640 #define is_stackable __NS_SYMBOL(is_stackable)
641 #endif
642 
643 #ifndef c16k_set_b
644 #define c16k_set_b __NS_SYMBOL(c16k_set_b)
645 #endif
646 
647 #ifndef codabar
648 #define codabar __NS_SYMBOL(codabar)
649 #endif
650 
651 #ifndef interleaved_two_of_five
652 #define interleaved_two_of_five __NS_SYMBOL(interleaved_two_of_five)
653 #endif
654 
655 #ifndef c128_set_a
656 #define c128_set_a __NS_SYMBOL(c128_set_a)
657 #endif
658 
659 #ifndef c16k_set_c
660 #define c16k_set_c __NS_SYMBOL(c16k_set_c)
661 #endif
662 
663 #ifndef add_on
664 #define add_on __NS_SYMBOL(add_on)
665 #endif
666 
667 #ifndef unzOpen2_64
668 #define unzOpen2_64 __NS_SYMBOL(unzOpen2_64)
669 #endif
670 
671 #ifndef textprocess
672 #define textprocess __NS_SYMBOL(textprocess)
673 #endif
674 
675 #ifndef code16k
676 #define code16k __NS_SYMBOL(code16k)
677 #endif
678 
679 #ifndef is_extendable
680 #define is_extendable __NS_SYMBOL(is_extendable)
681 #endif
682 
683 #ifndef add_byte_count
684 #define add_byte_count __NS_SYMBOL(add_byte_count)
685 #endif
686 
687 #ifndef unzOpen
688 #define unzOpen __NS_SYMBOL(unzOpen)
689 #endif
690 
691 #ifndef unzOpen64
692 #define unzOpen64 __NS_SYMBOL(unzOpen64)
693 #endif
694 
695 #ifndef hex_dump
696 #define hex_dump __NS_SYMBOL(hex_dump)
697 #endif
698 
699 #ifndef unzClose
700 #define unzClose __NS_SYMBOL(unzClose)
701 #endif
702 
703 #ifndef msi_plessey_mod1010
704 #define msi_plessey_mod1010 __NS_SYMBOL(msi_plessey_mod1010)
705 #endif
706 
707 #ifndef c128_set_b
708 #define c128_set_b __NS_SYMBOL(c128_set_b)
709 #endif
710 
711 #ifndef roundup
712 #define roundup __NS_SYMBOL(roundup)
713 #endif
714 
715 #ifndef pharmazentral
716 #define pharmazentral __NS_SYMBOL(pharmazentral)
717 #endif
718 
719 #ifndef rs_free
720 #define rs_free __NS_SYMBOL(rs_free)
721 #endif
722 
723 #ifndef fim
724 #define fim __NS_SYMBOL(fim)
725 #endif
726 
727 #ifndef istwodigits
728 #define istwodigits __NS_SYMBOL(istwodigits)
729 #endif
730 
731 #ifndef unzCloseCurrentFile
732 #define unzCloseCurrentFile __NS_SYMBOL(unzCloseCurrentFile)
733 #endif
734 
735 #ifndef c128_set_c
736 #define c128_set_c __NS_SYMBOL(c128_set_c)
737 #endif
738 
739 #ifndef dm200encode
740 #define dm200encode __NS_SYMBOL(dm200encode)
741 #endif
742 
743 #ifndef png_to_file
744 #define png_to_file __NS_SYMBOL(png_to_file)
745 #endif
746 
747 #ifndef froundup
748 #define froundup __NS_SYMBOL(froundup)
749 #endif
750 
751 #ifndef code32
752 #define code32 __NS_SYMBOL(code32)
753 #endif
754 
755 #ifndef code_128
756 #define code_128 __NS_SYMBOL(code_128)
757 #endif
758 
759 #ifndef gs1_compliant
760 #define gs1_compliant __NS_SYMBOL(gs1_compliant)
761 #endif
762 
763 #ifndef add_shift_char
764 #define add_shift_char __NS_SYMBOL(add_shift_char)
765 #endif
766 
767 #ifndef unzGetGlobalInfo64
768 #define unzGetGlobalInfo64 __NS_SYMBOL(unzGetGlobalInfo64)
769 #endif
770 
771 #ifndef latin1_process
772 #define latin1_process __NS_SYMBOL(latin1_process)
773 #endif
774 
775 #ifndef ean_check
776 #define ean_check __NS_SYMBOL(ean_check)
777 #endif
778 
779 #ifndef unzGetGlobalInfo
780 #define unzGetGlobalInfo __NS_SYMBOL(unzGetGlobalInfo)
781 #endif
782 
783 #ifndef ZBarcode_ValidID
784 #define ZBarcode_ValidID __NS_SYMBOL(ZBarcode_ValidID)
785 #endif
786 
787 #ifndef unzGetCurrentFileInfo64
788 #define unzGetCurrentFileInfo64 __NS_SYMBOL(unzGetCurrentFileInfo64)
789 #endif
790 
791 #ifndef itf14
792 #define itf14 __NS_SYMBOL(itf14)
793 #endif
794 
795 #ifndef rm4scc
796 #define rm4scc __NS_SYMBOL(rm4scc)
797 #endif
798 
799 #ifndef ean13
800 #define ean13 __NS_SYMBOL(ean13)
801 #endif
802 
803 #ifndef draw_bar
804 #define draw_bar __NS_SYMBOL(draw_bar)
805 #endif
806 
807 #ifndef ec39
808 #define ec39 __NS_SYMBOL(ec39)
809 #endif
810 
811 #ifndef utf8toutf16
812 #define utf8toutf16 __NS_SYMBOL(utf8toutf16)
813 #endif
814 
815 #ifndef gm_encode
816 #define gm_encode __NS_SYMBOL(gm_encode)
817 #endif
818 
819 #ifndef bullseye_pixel
820 #define bullseye_pixel __NS_SYMBOL(bullseye_pixel)
821 #endif
822 
823 #ifndef extended_charset
824 #define extended_charset __NS_SYMBOL(extended_charset)
825 #endif
826 
827 #ifndef reduced_charset
828 #define reduced_charset __NS_SYMBOL(reduced_charset)
829 #endif
830 
831 #ifndef royal_plot
832 #define royal_plot __NS_SYMBOL(royal_plot)
833 #endif
834 
835 #ifndef dpleit
836 #define dpleit __NS_SYMBOL(dpleit)
837 #endif
838 
839 #ifndef draw_bullseye
840 #define draw_bullseye __NS_SYMBOL(draw_bullseye)
841 #endif
842 
843 #ifndef ean8
844 #define ean8 __NS_SYMBOL(ean8)
845 #endif
846 
847 #ifndef c93
848 #define c93 __NS_SYMBOL(c93)
849 #endif
850 
851 #ifndef msi_plessey_mod11
852 #define msi_plessey_mod11 __NS_SYMBOL(msi_plessey_mod11)
853 #endif
854 
855 #ifndef draw_hexagon
856 #define draw_hexagon __NS_SYMBOL(draw_hexagon)
857 #endif
858 
859 #ifndef isbn13_check
860 #define isbn13_check __NS_SYMBOL(isbn13_check)
861 #endif
862 
863 #ifndef draw_letter
864 #define draw_letter __NS_SYMBOL(draw_letter)
865 #endif
866 
867 #ifndef isbn_check
868 #define isbn_check __NS_SYMBOL(isbn_check)
869 #endif
870 
871 #ifndef dpident
872 #define dpident __NS_SYMBOL(dpident)
873 #endif
874 
875 #ifndef isbn
876 #define isbn __NS_SYMBOL(isbn)
877 #endif
878 
879 #ifndef kix_code
880 #define kix_code __NS_SYMBOL(kix_code)
881 #endif
882 
883 #ifndef msi_plessey_mod1110
884 #define msi_plessey_mod1110 __NS_SYMBOL(msi_plessey_mod1110)
885 #endif
886 
887 #ifndef draw_string
888 #define draw_string __NS_SYMBOL(draw_string)
889 #endif
890 
891 #ifndef c1_encode
892 #define c1_encode __NS_SYMBOL(c1_encode)
893 #endif
894 
895 #ifndef byteprocess
896 #define byteprocess __NS_SYMBOL(byteprocess)
897 #endif
898 
899 #ifndef daft_code
900 #define daft_code __NS_SYMBOL(daft_code)
901 #endif
902 
903 #ifndef ugs1_verify
904 #define ugs1_verify __NS_SYMBOL(ugs1_verify)
905 #endif
906 
907 #ifndef maxi_png_plot
908 #define maxi_png_plot __NS_SYMBOL(maxi_png_plot)
909 #endif
910 
911 #ifndef CheckCharacter
912 #define CheckCharacter __NS_SYMBOL(CheckCharacter)
913 #endif
914 
915 #ifndef cc_b
916 #define cc_b __NS_SYMBOL(cc_b)
917 #endif
918 
919 #ifndef ean_leading_zeroes
920 #define ean_leading_zeroes __NS_SYMBOL(ean_leading_zeroes)
921 #endif
922 
923 #ifndef NextB
924 #define NextB __NS_SYMBOL(NextB)
925 #endif
926 
927 #ifndef zipOpen3
928 #define zipOpen3 __NS_SYMBOL(zipOpen3)
929 #endif
930 
931 #ifndef unzGetCurrentFileInfo
932 #define unzGetCurrentFileInfo __NS_SYMBOL(unzGetCurrentFileInfo)
933 #endif
934 
935 #ifndef numbprocess
936 #define numbprocess __NS_SYMBOL(numbprocess)
937 #endif
938 
939 #ifndef NextS
940 #define NextS __NS_SYMBOL(NextS)
941 #endif
942 
943 #ifndef flattermarken
944 #define flattermarken __NS_SYMBOL(flattermarken)
945 #endif
946 
947 #ifndef channel_code
948 #define channel_code __NS_SYMBOL(channel_code)
949 #endif
950 
951 #ifndef unzGoToFirstFile
952 #define unzGoToFirstFile __NS_SYMBOL(unzGoToFirstFile)
953 #endif
954 
955 #ifndef msi_handle
956 #define msi_handle __NS_SYMBOL(msi_handle)
957 #endif
958 
959 #ifndef png_plot
960 #define png_plot __NS_SYMBOL(png_plot)
961 #endif
962 
963 #ifndef unzGoToNextFile
964 #define unzGoToNextFile __NS_SYMBOL(unzGoToNextFile)
965 #endif
966 
967 #ifndef maxi_do_primary_2
968 #define maxi_do_primary_2 __NS_SYMBOL(maxi_do_primary_2)
969 #endif
970 
971 #ifndef japan_post
972 #define japan_post __NS_SYMBOL(japan_post)
973 #endif
974 
975 #ifndef zipOpen2
976 #define zipOpen2 __NS_SYMBOL(zipOpen2)
977 #endif
978 
979 #ifndef zipOpen2_64
980 #define zipOpen2_64 __NS_SYMBOL(zipOpen2_64)
981 #endif
982 
983 #ifndef eanx
984 #define eanx __NS_SYMBOL(eanx)
985 #endif
986 
987 #ifndef unzLocateFile
988 #define unzLocateFile __NS_SYMBOL(unzLocateFile)
989 #endif
990 
991 #ifndef zipOpen
992 #define zipOpen __NS_SYMBOL(zipOpen)
993 #endif
994 
995 #ifndef zipOpen64
996 #define zipOpen64 __NS_SYMBOL(zipOpen64)
997 #endif
998 
999 #ifndef Write_LocalFileHeader
1000 #define Write_LocalFileHeader __NS_SYMBOL(Write_LocalFileHeader)
1001 #endif
1002 
1003 #ifndef maxi_do_primary_3
1004 #define maxi_do_primary_3 __NS_SYMBOL(maxi_do_primary_3)
1005 #endif
1006 
1007 #ifndef add_ecc
1008 #define add_ecc __NS_SYMBOL(add_ecc)
1009 #endif
1010 
1011 #ifndef pdf417
1012 #define pdf417 __NS_SYMBOL(pdf417)
1013 #endif
1014 
1015 #ifndef ZBarcode_Encode
1016 #define ZBarcode_Encode __NS_SYMBOL(ZBarcode_Encode)
1017 #endif
1018 
1019 #ifndef unzGetFilePos64
1020 #define unzGetFilePos64 __NS_SYMBOL(unzGetFilePos64)
1021 #endif
1022 
1023 #ifndef unzGetFilePos
1024 #define unzGetFilePos __NS_SYMBOL(unzGetFilePos)
1025 #endif
1026 
1027 #ifndef unzGoToFilePos64
1028 #define unzGoToFilePos64 __NS_SYMBOL(unzGoToFilePos64)
1029 #endif
1030 
1031 #ifndef maxicode
1032 #define maxicode __NS_SYMBOL(maxicode)
1033 #endif
1034 
1035 #ifndef unzGoToFilePos
1036 #define unzGoToFilePos __NS_SYMBOL(unzGoToFilePos)
1037 #endif
1038 
1039 #ifndef unzOpenCurrentFile3
1040 #define unzOpenCurrentFile3 __NS_SYMBOL(unzOpenCurrentFile3)
1041 #endif
1042 
1043 #ifndef zipOpenNewFileInZip4_64
1044 #define zipOpenNewFileInZip4_64 __NS_SYMBOL(zipOpenNewFileInZip4_64)
1045 #endif
1046 
1047 #ifndef place_finder
1048 #define place_finder __NS_SYMBOL(place_finder)
1049 #endif
1050 
1051 #ifndef place_align
1052 #define place_align __NS_SYMBOL(place_align)
1053 #endif
1054 
1055 #ifndef setup_grid
1056 #define setup_grid __NS_SYMBOL(setup_grid)
1057 #endif
1058 
1059 #ifndef ean_128
1060 #define ean_128 __NS_SYMBOL(ean_128)
1061 #endif
1062 
1063 #ifndef cc_c
1064 #define cc_c __NS_SYMBOL(cc_c)
1065 #endif
1066 
1067 #ifndef ZBarcode_Print
1068 #define ZBarcode_Print __NS_SYMBOL(ZBarcode_Print)
1069 #endif
1070 
1071 #ifndef cwbit
1072 #define cwbit __NS_SYMBOL(cwbit)
1073 #endif
1074 
1075 #ifndef unzOpenCurrentFile
1076 #define unzOpenCurrentFile __NS_SYMBOL(unzOpenCurrentFile)
1077 #endif
1078 
1079 #ifndef unzOpenCurrentFilePassword
1080 #define unzOpenCurrentFilePassword __NS_SYMBOL(unzOpenCurrentFilePassword)
1081 #endif
1082 
1083 #ifndef unzOpenCurrentFile2
1084 #define unzOpenCurrentFile2 __NS_SYMBOL(unzOpenCurrentFile2)
1085 #endif
1086 
1087 #ifndef unzGetCurrentFileZStreamPos64
1088 #define unzGetCurrentFileZStreamPos64 __NS_SYMBOL(unzGetCurrentFileZStreamPos64)
1089 #endif
1090 
1091 #ifndef ZBarcode_Buffer
1092 #define ZBarcode_Buffer __NS_SYMBOL(ZBarcode_Buffer)
1093 #endif
1094 
1095 #ifndef zipCloseFileInZip
1096 #define zipCloseFileInZip __NS_SYMBOL(zipCloseFileInZip)
1097 #endif
1098 
1099 #ifndef unzReadCurrentFile
1100 #define unzReadCurrentFile __NS_SYMBOL(unzReadCurrentFile)
1101 #endif
1102 
1103 #ifndef rsslimited
1104 #define rsslimited __NS_SYMBOL(rsslimited)
1105 #endif
1106 
1107 #ifndef populate_grid
1108 #define populate_grid __NS_SYMBOL(populate_grid)
1109 #endif
1110 
1111 #ifndef ZBarcode_Encode_and_Print
1112 #define ZBarcode_Encode_and_Print __NS_SYMBOL(ZBarcode_Encode_and_Print)
1113 #endif
1114 
1115 #ifndef ZBarcode_Encode_and_Buffer
1116 #define ZBarcode_Encode_and_Buffer __NS_SYMBOL(ZBarcode_Encode_and_Buffer)
1117 #endif
1118 
1119 #ifndef ZBarcode_Encode_File
1120 #define ZBarcode_Encode_File __NS_SYMBOL(ZBarcode_Encode_File)
1121 #endif
1122 
1123 #ifndef evaluate
1124 #define evaluate __NS_SYMBOL(evaluate)
1125 #endif
1126 
1127 #ifndef gm_add_ecc
1128 #define gm_add_ecc __NS_SYMBOL(gm_add_ecc)
1129 #endif
1130 
1131 #ifndef add_tail
1132 #define add_tail __NS_SYMBOL(add_tail)
1133 #endif
1134 
1135 #ifndef zipOpenNewFileInZip4
1136 #define zipOpenNewFileInZip4 __NS_SYMBOL(zipOpenNewFileInZip4)
1137 #endif
1138 
1139 #ifndef data_matrix_200
1140 #define data_matrix_200 __NS_SYMBOL(data_matrix_200)
1141 #endif
1142 
1143 #ifndef ZBarcode_Encode_File_and_Print
1144 #define ZBarcode_Encode_File_and_Print __NS_SYMBOL(ZBarcode_Encode_File_and_Print)
1145 #endif
1146 
1147 #ifndef ZBarcode_Encode_File_and_Buffer
1148 #define ZBarcode_Encode_File_and_Buffer __NS_SYMBOL(ZBarcode_Encode_File_and_Buffer)
1149 #endif
1150 
1151 #ifndef ZBarcode_Render
1152 #define ZBarcode_Render __NS_SYMBOL(ZBarcode_Render)
1153 #endif
1154 
1155 #ifndef zipOpenNewFileInZip3
1156 #define zipOpenNewFileInZip3 __NS_SYMBOL(zipOpenNewFileInZip3)
1157 #endif
1158 
1159 #ifndef pdf417enc
1160 #define pdf417enc __NS_SYMBOL(pdf417enc)
1161 #endif
1162 
1163 #ifndef unztell
1164 #define unztell __NS_SYMBOL(unztell)
1165 #endif
1166 
1167 #ifndef unztell64
1168 #define unztell64 __NS_SYMBOL(unztell64)
1169 #endif
1170 
1171 #ifndef zipOpenNewFileInZip3_64
1172 #define zipOpenNewFileInZip3_64 __NS_SYMBOL(zipOpenNewFileInZip3_64)
1173 #endif
1174 
1175 #ifndef unzeof
1176 #define unzeof __NS_SYMBOL(unzeof)
1177 #endif
1178 
1179 #ifndef unzGetLocalExtrafield
1180 #define unzGetLocalExtrafield __NS_SYMBOL(unzGetLocalExtrafield)
1181 #endif
1182 
1183 #ifndef micro_pdf417
1184 #define micro_pdf417 __NS_SYMBOL(micro_pdf417)
1185 #endif
1186 
1187 #ifndef zipOpenNewFileInZip2
1188 #define zipOpenNewFileInZip2 __NS_SYMBOL(zipOpenNewFileInZip2)
1189 #endif
1190 
1191 #ifndef zipOpenNewFileInZip2_64
1192 #define zipOpenNewFileInZip2_64 __NS_SYMBOL(zipOpenNewFileInZip2_64)
1193 #endif
1194 
1195 #ifndef unzGetGlobalComment
1196 #define unzGetGlobalComment __NS_SYMBOL(unzGetGlobalComment)
1197 #endif
1198 
1199 #ifndef place_macromodule
1200 #define place_macromodule __NS_SYMBOL(place_macromodule)
1201 #endif
1202 
1203 #ifndef cc_binary_string
1204 #define cc_binary_string __NS_SYMBOL(cc_binary_string)
1205 #endif
1206 
1207 #ifndef zipOpenNewFileInZip64
1208 #define zipOpenNewFileInZip64 __NS_SYMBOL(zipOpenNewFileInZip64)
1209 #endif
1210 
1211 #ifndef unzGetOffset64
1212 #define unzGetOffset64 __NS_SYMBOL(unzGetOffset64)
1213 #endif
1214 
1215 #ifndef unzGetOffset
1216 #define unzGetOffset __NS_SYMBOL(unzGetOffset)
1217 #endif
1218 
1219 #ifndef render_plot_create_ring
1220 #define render_plot_create_ring __NS_SYMBOL(render_plot_create_ring)
1221 #endif
1222 
1223 #ifndef zipOpenNewFileInZip
1224 #define zipOpenNewFileInZip __NS_SYMBOL(zipOpenNewFileInZip)
1225 #endif
1226 
1227 #ifndef unzSetOffset64
1228 #define unzSetOffset64 __NS_SYMBOL(unzSetOffset64)
1229 #endif
1230 
1231 #ifndef render_plot_add_ring
1232 #define render_plot_add_ring __NS_SYMBOL(render_plot_add_ring)
1233 #endif
1234 
1235 #ifndef zipWriteInFileInZip
1236 #define zipWriteInFileInZip __NS_SYMBOL(zipWriteInFileInZip)
1237 #endif
1238 
1239 #ifndef unzSetOffset
1240 #define unzSetOffset __NS_SYMBOL(unzSetOffset)
1241 #endif
1242 
1243 #ifndef render_plot_create_hexagon
1244 #define render_plot_create_hexagon __NS_SYMBOL(render_plot_create_hexagon)
1245 #endif
1246 
1247 #ifndef place_data_in_grid
1248 #define place_data_in_grid __NS_SYMBOL(place_data_in_grid)
1249 #endif
1250 
1251 #ifndef render_plot_add_hexagon
1252 #define render_plot_add_hexagon __NS_SYMBOL(render_plot_add_hexagon)
1253 #endif
1254 
1255 #ifndef render_plot_create_line
1256 #define render_plot_create_line __NS_SYMBOL(render_plot_create_line)
1257 #endif
1258 
1259 #ifndef place_layer_id
1260 #define place_layer_id __NS_SYMBOL(place_layer_id)
1261 #endif
1262 
1263 #ifndef render_plot_add_line
1264 #define render_plot_add_line __NS_SYMBOL(render_plot_add_line)
1265 #endif
1266 
1267 #ifndef render_plot_add_string
1268 #define render_plot_add_string __NS_SYMBOL(render_plot_add_string)
1269 #endif
1270 
1271 #ifndef bmp_handle
1272 #define bmp_handle __NS_SYMBOL(bmp_handle)
1273 #endif
1274 
1275 #ifndef apply_bitmask
1276 #define apply_bitmask __NS_SYMBOL(apply_bitmask)
1277 #endif
1278 
1279 #ifndef zipCloseFileInZipRaw
1280 #define zipCloseFileInZipRaw __NS_SYMBOL(zipCloseFileInZipRaw)
1281 #endif
1282 
1283 #ifndef zipCloseFileInZipRaw64
1284 #define zipCloseFileInZipRaw64 __NS_SYMBOL(zipCloseFileInZipRaw64)
1285 #endif
1286 
1287 #ifndef nve_18
1288 #define nve_18 __NS_SYMBOL(nve_18)
1289 #endif
1290 
1291 #ifndef dmatrix
1292 #define dmatrix __NS_SYMBOL(dmatrix)
1293 #endif
1294 
1295 #ifndef block_copy
1296 #define block_copy __NS_SYMBOL(block_copy)
1297 #endif
1298 
1299 #ifndef grid_matrix
1300 #define grid_matrix __NS_SYMBOL(grid_matrix)
1301 #endif
1302 
1303 #ifndef code_one
1304 #define code_one __NS_SYMBOL(code_one)
1305 #endif
1306 
1307 #ifndef ean_14
1308 #define ean_14 __NS_SYMBOL(ean_14)
1309 #endif
1310 
1311 #ifndef aztec
1312 #define aztec __NS_SYMBOL(aztec)
1313 #endif
1314 
1315 #ifndef general_rules
1316 #define general_rules __NS_SYMBOL(general_rules)
1317 #endif
1318 
1319 #ifndef add_format_info
1320 #define add_format_info __NS_SYMBOL(add_format_info)
1321 #endif
1322 
1323 #ifndef Write_Zip64EndOfCentralDirectoryLocator
1324 #define Write_Zip64EndOfCentralDirectoryLocator __NS_SYMBOL(Write_Zip64EndOfCentralDirectoryLocator)
1325 #endif
1326 
1327 #ifndef Write_Zip64EndOfCentralDirectoryRecord
1328 #define Write_Zip64EndOfCentralDirectoryRecord __NS_SYMBOL(Write_Zip64EndOfCentralDirectoryRecord)
1329 #endif
1330 
1331 #ifndef add_version_info
1332 #define add_version_info __NS_SYMBOL(add_version_info)
1333 #endif
1334 
1335 #ifndef qr_code
1336 #define qr_code __NS_SYMBOL(qr_code)
1337 #endif
1338 
1339 #ifndef Write_EndOfCentralDirectoryRecord
1340 #define Write_EndOfCentralDirectoryRecord __NS_SYMBOL(Write_EndOfCentralDirectoryRecord)
1341 #endif
1342 
1343 #ifndef rss_binary_string
1344 #define rss_binary_string __NS_SYMBOL(rss_binary_string)
1345 #endif
1346 
1347 #ifndef Write_GlobalComment
1348 #define Write_GlobalComment __NS_SYMBOL(Write_GlobalComment)
1349 #endif
1350 
1351 #ifndef zipClose
1352 #define zipClose __NS_SYMBOL(zipClose)
1353 #endif
1354 
1355 #ifndef zipRemoveExtraInfoBlock
1356 #define zipRemoveExtraInfoBlock __NS_SYMBOL(zipRemoveExtraInfoBlock)
1357 #endif
1358 
1359 #ifndef micro_qr_intermediate
1360 #define micro_qr_intermediate __NS_SYMBOL(micro_qr_intermediate)
1361 #endif
1362 
1363 #ifndef get_bitlength
1364 #define get_bitlength __NS_SYMBOL(get_bitlength)
1365 #endif
1366 
1367 #ifndef microqr_expand_binary
1368 #define microqr_expand_binary __NS_SYMBOL(microqr_expand_binary)
1369 #endif
1370 
1371 #ifndef micro_qr_m1
1372 #define micro_qr_m1 __NS_SYMBOL(micro_qr_m1)
1373 #endif
1374 
1375 #ifndef micro_qr_m2
1376 #define micro_qr_m2 __NS_SYMBOL(micro_qr_m2)
1377 #endif
1378 
1379 #ifndef micro_qr_m3
1380 #define micro_qr_m3 __NS_SYMBOL(micro_qr_m3)
1381 #endif
1382 
1383 #ifndef micro_qr_m4
1384 #define micro_qr_m4 __NS_SYMBOL(micro_qr_m4)
1385 #endif
1386 
1387 #ifndef micro_setup_grid
1388 #define micro_setup_grid __NS_SYMBOL(micro_setup_grid)
1389 #endif
1390 
1391 #ifndef add_leading_zeroes
1392 #define add_leading_zeroes __NS_SYMBOL(add_leading_zeroes)
1393 #endif
1394 
1395 #ifndef micro_populate_grid
1396 #define micro_populate_grid __NS_SYMBOL(micro_populate_grid)
1397 #endif
1398 
1399 #ifndef composite
1400 #define composite __NS_SYMBOL(composite)
1401 #endif
1402 
1403 #ifndef micro_evaluate
1404 #define micro_evaluate __NS_SYMBOL(micro_evaluate)
1405 #endif
1406 
1407 #ifndef micro_apply_bitmask
1408 #define micro_apply_bitmask __NS_SYMBOL(micro_apply_bitmask)
1409 #endif
1410 
1411 #ifndef microqr
1412 #define microqr __NS_SYMBOL(microqr)
1413 #endif
1414 
1415 #ifndef rssexpanded
1416 #define rssexpanded __NS_SYMBOL(rssexpanded)
1417 #endif
1418 
1419 #ifndef aztec_runes
1420 #define aztec_runes __NS_SYMBOL(aztec_runes)
1421 #endif
1422 
1423 // Externs
1424 #ifndef maxiCodeSet
1425 #define maxiCodeSet __NS_SYMBOL(maxiCodeSet)
1426 #endif
1427 
1428 #ifndef maxiSymbolChar
1429 #define maxiSymbolChar __NS_SYMBOL(maxiSymbolChar)
1430 #endif
1431 
1432 #ifndef gb2312_lookup
1433 #define gb2312_lookup __NS_SYMBOL(gb2312_lookup)
1434 #endif
1435 
1436 #ifndef AztecCodeSet
1437 #define AztecCodeSet __NS_SYMBOL(AztecCodeSet)
1438 #endif
1439 
1440 #ifndef AztecSymbolChar
1441 #define AztecSymbolChar __NS_SYMBOL(AztecSymbolChar)
1442 #endif
1443 
1444 #ifndef sjis_lookup
1445 #define sjis_lookup __NS_SYMBOL(sjis_lookup)
1446 #endif
1447 
1448 #ifndef kGDataXMLXPathDefaultNamespacePrefix
1449 #define kGDataXMLXPathDefaultNamespacePrefix __NS_SYMBOL(kGDataXMLXPathDefaultNamespacePrefix)
1450 #endif
1451 
1452 #ifndef c49_x_weight
1453 #define c49_x_weight __NS_SYMBOL(c49_x_weight)
1454 #endif
1455 
1456 #ifndef c49_y_weight
1457 #define c49_y_weight __NS_SYMBOL(c49_y_weight)
1458 #endif
1459 
1460 #ifndef c49_z_weight
1461 #define c49_z_weight __NS_SYMBOL(c49_z_weight)
1462 #endif
1463 
1464 #ifndef BarcodeStudioErrorDomain
1465 #define BarcodeStudioErrorDomain __NS_SYMBOL(BarcodeStudioErrorDomain)
1466 #endif
1467 
1468 #ifndef BC_TYPE_ONE_DIMENSIONAL
1469 #define BC_TYPE_ONE_DIMENSIONAL __NS_SYMBOL(BC_TYPE_ONE_DIMENSIONAL)
1470 #endif
1471 
1472 #ifndef BC_TYPE_TWO_DIMENSIONAL
1473 #define BC_TYPE_TWO_DIMENSIONAL __NS_SYMBOL(BC_TYPE_TWO_DIMENSIONAL)
1474 #endif
1475 
1476 #ifndef BC_TYPE_STACKED_SYMBOL
1477 #define BC_TYPE_STACKED_SYMBOL __NS_SYMBOL(BC_TYPE_STACKED_SYMBOL)
1478 #endif
1479 
1480 #ifndef BC_TYPE_TWO_TRACK
1481 #define BC_TYPE_TWO_TRACK __NS_SYMBOL(BC_TYPE_TWO_TRACK)
1482 #endif
1483 
1484 #ifndef REGEX_LATIN1
1485 #define REGEX_LATIN1 __NS_SYMBOL(REGEX_LATIN1)
1486 #endif
1487 
1488 #ifndef REGEX_DIGITS
1489 #define REGEX_DIGITS __NS_SYMBOL(REGEX_DIGITS)
1490 #endif
1491 
1492 #ifndef REGEX_DIGITS_DASH
1493 #define REGEX_DIGITS_DASH __NS_SYMBOL(REGEX_DIGITS_DASH)
1494 #endif
1495 
1496 #ifndef REGEX_ASCII
1497 #define REGEX_ASCII __NS_SYMBOL(REGEX_ASCII)
1498 #endif
1499 
1500 #ifndef REGEX_CODE39
1501 #define REGEX_CODE39 __NS_SYMBOL(REGEX_CODE39)
1502 #endif
1503 
1504 #ifndef REGEX_ALPHANUMERIC_CAP
1505 #define REGEX_ALPHANUMERIC_CAP __NS_SYMBOL(REGEX_ALPHANUMERIC_CAP)
1506 #endif
1507 
1508 #ifndef REGEX_ALPHANUMERIC_CAP_DASH
1509 #define REGEX_ALPHANUMERIC_CAP_DASH __NS_SYMBOL(REGEX_ALPHANUMERIC_CAP_DASH)
1510 #endif
1511 
1512 #ifndef parser
1513 #define parser __NS_SYMBOL(parser)
1514 #endif
1515 
1516 #ifndef unz_copyright
1517 #define unz_copyright __NS_SYMBOL(unz_copyright)
1518 #endif
1519 
1520 #ifndef zip_copyright
1521 #define zip_copyright __NS_SYMBOL(zip_copyright)
1522 #endif
1523 
1524 
1525 
1526 
1527 #endif