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 Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
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 Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
fdiohandler.h
fdiomanager.h
fileback.h
filename.h
flagscheck.h
fontmgr.h
fswatcher.h
graphics.h
icondir.h Minor whitespace/style fixes 2017-05-20 17:01:58 +02:00
jsscriptwrapper.h Don't define "objElements" in JavaScript code unless we need it 2017-10-22 23:38:04 +02:00
launchbrowser.h Fix path/URL confusion in wxLaunchDefaultBrowser() 2016-02-07 19:32:18 +01:00
markupparser.h
markupparserattr.h Fix wxMarkupParserAttr's unwinding of colors 2016-10-21 17:36:32 +02:00
menuradio.h Extract wxMenuRadioItemsData to a separate file 2017-08-13 00:36:37 +02:00
notifmsg.h Restructure wxNotificationMessage. 2016-02-10 20:38:10 +01:00
overlay.h Adding native macos Cocoa implementation for overlays into build files 2017-09-09 23:34:50 +02:00
pipestream.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
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 Synchronize access to wxSelectDispatcher from different threads 2016-02-21 18:47:46 +01:00
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 Virtualize wxUIActionSimulator implementation 2016-05-23 03:00:49 +02:00
window.h
wxprintf.h Fix built-in wxPrintf() for repeated positional parameters 2017-11-25 11:13:02 +01:00