win32: fix a compile error in nosse; add a comment to the defaultconfig about gdb stub

This commit is contained in:
zeromus 2009-06-16 05:38:08 +00:00
parent b4836bd360
commit c482c001ae
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#ifndef MATRIX_H
#define MATRIX_H
#include <math.h>
#include "types.h"
extern "C" {

View File

@ -7,6 +7,7 @@
//#define NOSSE2 //disables SSE2 optimizations (better change it in the vc++ codegen options too)
//#define DEVELOPER //enables dev+ features
//#define GDB_STUB //enables the gdb stub. for some reason this is separate from dev+ for now
#endif //_USERCONFIG_H