diff options
Diffstat (limited to 'code/game/bg_lib.h')
-rw-r--r-- | code/game/bg_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game/bg_lib.h b/code/game/bg_lib.h index 1354951..0629d7b 100644 --- a/code/game/bg_lib.h +++ b/code/game/bg_lib.h @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // compiled for the virtual machine // This file is NOT included on native builds -#ifndef BG_LIB_H +#if !defined( BG_LIB_H ) && defined( Q3_VM ) #define BG_LIB_H //Ignore __attribute__ on non-gcc platforms |