summaryrefslogtreecommitdiff
path: root/lib/win32/emu.h
Commit message (Expand)AuthorAge
* Split Win32 defines out of emu.h to enable Boxi to include them beforeChris Wilson2011-10-09
* Recent Cygwin versions of MinGW now define O_BINARY as well, also inChris Wilson2011-10-08
* Silence warnings from new MinGW headers that expect __MINGW_FEATURES__Chris Wilson2011-10-08
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris Wilson2011-08-28
* Remove getpid() emulation now that it's included in the SDK, which causesChris Wilson2011-04-20
* Add VSS: prefix to VSS log messages.Chris Wilson2011-04-06
* Make ConvertFromWideString available to other modules.Chris Wilson2011-03-28
* Add inline definition of ftruncate to fix MSVC compile.Chris Wilson2011-03-27
* Define WINVER and _WIN32_WINNT to Windows 2000 to avoid importing WSAPollChris Wilson2011-03-26
* Provide a function to close a file handle on Windows, analogous toChris Wilson2009-04-26
* Fix missing LOG_* defines on Windows.Chris Wilson2009-04-02
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Change ConvertTo/FromUtf8 to take a std::string instead of a const char Chris Wilson2008-12-30
* Fix the use of an unreasonably short type as the temporary storageChris Wilson2008-12-01
* openfile() stores its Windows error code (from GetLastError() orChris Wilson2008-11-30
* Add getpid() emulation.Chris Wilson2008-08-03
* Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
* Disable some warnings under MSVC to reduce build noise, thanks Gary!Chris Wilson2007-07-26
* Add emulated rename() with path conversion. (refs #3, merges [1436] andChris Wilson2007-03-24
* Group remaining set*id() and get*id() functions. Improve comments aboutChris Wilson2007-03-10
* Add new syslog level emulations (refs #3, merges remainder of [1299])Chris Wilson2007-03-10
* Reorder for clarityChris Wilson2007-03-10
* Remove #define BOX_VERSION since we now get it from BoxVersion.h viaChris Wilson2007-03-10
* Use #defines to replace POSIX functions with emulated ones on MinGW,Chris Wilson2007-03-10
* Compile fix for [1397] (refs #3)Chris Wilson2007-03-10
* Added d_type member to struct dirent, initialise with S_IFDIR or S_IFREGChris Wilson2007-03-10
* First attempt to achieve a more logical order in this chaos:Chris Wilson2007-03-10
* Fix handling of O_EXCL to behave just like Unix, not abused to lock files.Chris Wilson2007-03-10
* Expanded character set conversion API to allow arbitrary conversionsChris Wilson2007-03-10
* Compile fix (refs #3)Chris Wilson2006-10-15
* (refs #3)Chris Wilson2006-09-04
* (refs #3)Chris Wilson2006-09-04
* (refs #3)Chris Wilson2006-09-04
* (refs #3)Chris Wilson2006-09-04
* (refs #3)Chris Wilson2006-09-04
* (refs #3)Chris Wilson2006-09-02
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to dis...Ben Summers2006-02-13
* Marged chris/win32/merge/07-win32-fixes at r210 to trunkMartin Ebourne2005-12-12