diff options
author | Stef <stef@ws.local> | 2004-03-31 00:11:14 +0000 |
---|---|---|
committer | Stef <stef@ws.local> | 2004-03-31 00:11:14 +0000 |
commit | 6dfa08cad3757929e3dad1d939757e19c80b33a9 (patch) | |
tree | 89d6fb32ed201d5695be0d0ab861a25784b4deda /src | |
parent | 056b081e34d5b495eba3d813f2dc20dfeb34bc22 (diff) |
Changed my include files path.
Diffstat (limited to 'src')
-rw-r--r-- | src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h index 4876942..2e79205 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -13,7 +13,7 @@ // TODO: reference additional headers your program requires here #include <stdlib.h> -#include <debug.h> +#include <win32/debug.h> //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. |