24.08.2017, 02:49
It seems the russian compiler is using compat mode by default, so it includes include guards and won't include the file the second time.
@azzerking: IF you add #error on the bottom of the file, even if you include the file once it'll error out. Not much different than code I posted in the first post.
@azzerking: IF you add #error on the bottom of the file, even if you include the file once it'll error out. Not much different than code I posted in the first post.