wxWidgets/include/wx/private
Vadim Zeitlin ebb06fbeaf Use wxTimeVal_t instead of timeval to fix 64 bit Cygwin problems
Due to the same problem with sizeof(long) mismatch as in the previous
commit, we can't use struct timeval, with its long fields, in 64 bit
Cygwin builds, and need to use __ms_timeval instead.

Add wxTimeVal_t type to hide this difference and update all code
compiled under MSW (there is no need to uglify Unix-only code using
timeval, as in wxSelectDispatcher, for example) to use it instead of
timeval.
2018-01-14 02:25:51 +01:00
..
addremovectrl.h
eventloopsourcesmanager.h
extfield.h Rename wxExternalField methods to not mention "Window" 2017-11-22 03:05:03 +01:00
fd.h
fdiodispatcher.h
fdioeventloopsourcehandler.h
fdiohandler.h
fdiomanager.h
fileback.h
filename.h
flagscheck.h
fontmgr.h
fswatcher.h
graphics.h
icondir.h
jsscriptwrapper.h Don't define "objElements" in JavaScript code unless we need it 2017-10-22 23:38:04 +02:00
launchbrowser.h
markupparser.h
markupparserattr.h
menuradio.h Extract wxMenuRadioItemsData to a separate file 2017-08-13 00:36:37 +02:00
notifmsg.h
overlay.h Adding native macos Cocoa implementation for overlays into build files 2017-09-09 23:34:50 +02:00
pipestream.h
preferences.h
richtooltip.h
sckaddr.h
secretstore.h Change wxSecretStore API to allow retrieving the username 2017-07-17 18:26:20 +02:00
selectdispatcher.h
socket.h Use wxTimeVal_t instead of timeval to fix 64 bit Cygwin problems 2018-01-14 02:25:51 +01:00
streamtempinput.h
textmeasure.h
threadinfo.h
timer.h
uiaction.h
window.h
wxprintf.h Fix built-in wxPrintf() for repeated positional parameters 2017-11-25 11:13:02 +01:00