mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Fixes for GEN_API symbol exports necessary for dynamic linking
This commit is contained in:
		@@ -337,10 +337,10 @@ struct Code
 | 
			
		||||
 | 
			
		||||
#pragma region Statics
 | 
			
		||||
// Used to identify ASTs that should always be duplicated. (Global constant ASTs)
 | 
			
		||||
extern Code Code_Global;
 | 
			
		||||
GEN_API extern Code Code_Global;
 | 
			
		||||
 | 
			
		||||
// Used to identify invalid generated code.
 | 
			
		||||
extern Code Code_Invalid;
 | 
			
		||||
GEN_API extern Code Code_Invalid;
 | 
			
		||||
#pragma endregion Statics
 | 
			
		||||
 | 
			
		||||
struct Code_POD
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user