mirror of https://github.com/stella-emu/stella.git
Updated Win32 projects files for MessageBox class.
Fixed compile error in Zlib for Windows; unistd.h is not (normally) available on the Windows platform. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2082 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
8ed6201651
commit
3aba07fef5
|
@ -909,6 +909,10 @@
|
|||
RelativePath="..\gui\Menu.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\MessageBox.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\OptionsDialog.cxx"
|
||||
>
|
||||
|
@ -1703,6 +1707,10 @@
|
|||
RelativePath="..\gui\Menu.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\MessageBox.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\gui\OptionsDialog.hxx"
|
||||
>
|
||||
|
|
|
@ -356,7 +356,7 @@ typedef uLong FAR uLongf;
|
|||
typedef Byte *voidp;
|
||||
#endif
|
||||
|
||||
#if 1 /* was set to #if 1 by ./configure */
|
||||
#if !(defined(WINDOWS) || defined(WIN32)) /* was set to #if 1 by ./configure, disabled by SA - 2010-08-01 */
|
||||
# define Z_HAVE_UNISTD_H
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue