mirror of https://github.com/adamdruppe/arsd.git
fix cgi to compile on windows
This commit is contained in:
parent
d944083fe9
commit
85cb464330
4
cgi.d
4
cgi.d
|
@ -1764,8 +1764,8 @@ version(fastcgi) {
|
||||||
/* Helpers for doing temporary files. Used both here and in web.d */
|
/* Helpers for doing temporary files. Used both here and in web.d */
|
||||||
|
|
||||||
version(Windows) {
|
version(Windows) {
|
||||||
import core.sys.windows;
|
import core.sys.windows.windows;
|
||||||
extern(Windows) DWORD GetTempPathW(DWORD, LPTSTR);
|
extern(Windows) DWORD GetTempPathW(DWORD, LPWSTR);
|
||||||
alias GetTempPathW GetTempPath;
|
alias GetTempPathW GetTempPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue