about summary refs log tree commit diff
path: root/src/engine
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-18 22:20:35 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-18 22:20:35 +0000
commitd66a2a46efd9369d918a60d5483c23ed39e8dd58 (patch)
tree4e3e1ef791cd3f73d2a2a333aeb3608c130ea92d /src/engine
parentb44a3edfe9363163ab129594cba51a989c042644 (diff)
downloadzcatch-d66a2a46efd9369d918a60d5483c23ed39e8dd58.tar.gz
zcatch-d66a2a46efd9369d918a60d5483c23ed39e8dd58.zip
fixed menu switching problems and some compile errors
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/system.c b/src/engine/system.c
index 4a7670eb..56981022 100644
--- a/src/engine/system.c
+++ b/src/engine/system.c
@@ -31,7 +31,7 @@
 	#include <windows.h>
 	#include <winsock2.h>
 	#include <ws2tcpip.h>
-	#include <shlobj.h> // for SHGetFolderPathAndSubDir
+	#include <shlobj.h> /* for SHGetFolderPathAndSubDir */
 	#include <fcntl.h>
 	#include <direct.h>
 	#include <errno.h>