Add some missing file comments in source/lib.

win_internal -> win.h (pulls in <windows.h>, with fixes afterwards)
remove empty waio_internal and wsysdep
Move source/sound license notice into source/sound/license.txt

This was SVN commit r5044.
This commit is contained in:
janwas
2007-05-08 15:11:53 +00:00
parent f0babca374
commit 78d950e419
42 changed files with 181 additions and 89 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "precompiled.h"
#if OS_WIN
#include "lib/sysdep/win/win_internal.h"
#include "lib/sysdep/win/win.h"
#include "lib/sysdep/win/wposix/wsock_internal.h"
#endif