summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-03-31 00:11:14 +0000
committerStef <stef@ws.local>2004-03-31 00:11:14 +0000
commit6dfa08cad3757929e3dad1d939757e19c80b33a9 (patch)
tree89d6fb32ed201d5695be0d0ab861a25784b4deda
parent056b081e34d5b495eba3d813f2dc20dfeb34bc22 (diff)
Changed my include files path.
-rw-r--r--src/stdafx.h2
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.