(svn r17336) -Codechange: move some os specific files into src/os/

This commit is contained in:
rubidium
2009-08-31 22:38:37 +00:00
parent 5cc6d1f894
commit bc8e66c202
25 changed files with 64 additions and 64 deletions

View File

@@ -51,7 +51,7 @@ enum {
#ifdef WIN32
#include <windows.h>
#include <shlobj.h> /* SHGetFolderPath */
#include "win32.h"
#include "os/windows/win32.h"
/**
* Get the short DOS 8.3 format for paths.