#pragma data_seg gcc equivalent?

Hi, is there something similar to #pragma data_seg() for GCC-mingw? I want to share few variables between all instances of dll. On microsoft compiler this can be done using #pragma data_seg(".shared") .

Thanks for help.
Topic archived. No new replies allowed.