Bochs/bochs/gui
Stanislav Shwartsman 8424d2b888 Fixed required to make MSVC build with fastcall optimization (-Gr) healthy.
There is a trick in MSVC is to turn on the -Gr compiler switch which tells MSVC to compile all functions using fastcall calling convention. This way you don't have to edit each function declaration. But certain functions must NOT be fastcall, and those are callbacks from Windows which are defined either as cdecl or stdcall. The entry point main() also has to remain cdecl.
Patch by Darek Mihocka
2008-04-07 20:20:04 +00:00
..
bitmaps another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
keymaps another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
amigagui.h clipboard support 2003-04-06 15:48:58 +00:00
amigaos.cc whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00
beos.cc whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00
carbon.cc - fixed 2 compilation errors caused by typos 2008-03-14 18:23:33 +00:00
gui.cc whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00
gui.h another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
icon_bochs.h - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
icon_bochs.xpm - new application icon for wxMSW using 'bochs.ico' 2002-12-25 17:13:45 +00:00
keymap.cc whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00
keymap.h another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
macintosh.cc whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00
Makefile.in another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
nogui.cc another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
rfb.cc Fixed required to make MSVC build with fastcall optimization (-Gr) healthy. 2008-04-07 20:20:04 +00:00
rfb.h another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
sdl.cc coding style changes 2008-03-06 21:15:40 +00:00
sdl.h - fixed multiple definitions if both sdl and rfb are compiled in one binary 2005-04-25 16:20:14 +00:00
sdlkeys.h another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
siminterface.cc another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
siminterface.h another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
svga.cc coding style changes 2008-03-06 21:15:40 +00:00
term.cc coding style changes 2008-03-06 21:15:40 +00:00
textconfig.cc coding style changes 2008-03-06 21:15:40 +00:00
textconfig.h - fixed and improved save state dialog handling 2006-08-29 20:10:27 +00:00
win32.cc Fixed required to make MSVC build with fastcall optimization (-Gr) healthy. 2008-04-07 20:20:04 +00:00
win32dialog.cc another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
win32dialog.h - reimplemented debugger gui dialog as a modeless dialog 2006-11-17 16:50:39 +00:00
win32res.h - removed USB port option parameter and store device and option in one single 2007-03-18 17:52:15 +00:00
wx.cc whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00
wxdialog.cc whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00
wxdialog.h another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
wxmain.cc whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00
wxmain.h another whitespace cleanup by Sebastien 2008-02-05 22:57:43 +00:00
x.cc whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00