AppleWin/source/Windows
Andrea 2d2ba86f4f
IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892)
* Interface.h: ensure that functions in the interface are not exported by other header files.

This is generally harmless, except for the presence of default arguments, in which case the version with default arguments must come first.
To avoid the issue, these functions are only ever exported in the Interface.h header file.
2020-12-20 15:32:51 +00:00
..
AppleWin.cpp IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
AppleWin.h IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
DirectInput.cpp Remove VirtualAlloc, VirtualFree & ZeroMemory. (PR #884) 2020-12-10 21:08:15 +00:00
DirectInput.h Split Video.cpp to WinVideo.cpp to remove most of the Win32 specific functions (PR #872) 2020-11-21 20:57:56 +00:00
WinFrame.cpp IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
WinFrame.h IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
WinVideo.cpp IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
WinVideo.h IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00