git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1418
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
15 files changed:
\helpref{wxCloseEvent}{wxcloseevent},\rtfsp
\helpref{wxApp::OnEndSession}{wxapponendsession}
\helpref{wxCloseEvent}{wxcloseevent},\rtfsp
\helpref{wxApp::OnEndSession}{wxapponendsession}
-\membersection{wxWindow::OnScroll}\label{wxwindowonscroll}
-
\membersection{wxApp::ProcessMessage}\label{wxappprocessmessage}
\func{bool}{ProcessMessage}{\param{MSG *}{msg}}
\membersection{wxApp::ProcessMessage}\label{wxappprocessmessage}
\func{bool}{ProcessMessage}{\param{MSG *}{msg}}
-\helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition},
+\helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition},
\helpref{wxMutexLocker}{wxmutexlocker}, \helpref{wxCriticalSection}{wxcriticalsection}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxCriticalSection::wxCriticalSection}\label{wxcriticalsectionctor}
\helpref{wxMutexLocker}{wxmutexlocker}, \helpref{wxCriticalSection}{wxcriticalsection}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxCriticalSection::wxCriticalSection}\label{wxcriticalsectionctor}
\func{}{wxCriticalSection}{\void}
Default constructor initializes critical section object.
\membersection{wxCriticalSection::\destruct{wxCriticalSection}}\label{wxcriticalsectiondtor}
\func{}{wxCriticalSection}{\void}
Default constructor initializes critical section object.
\membersection{wxCriticalSection::\destruct{wxCriticalSection}}\label{wxcriticalsectiondtor}
\func{}{\destruct{wxCriticalSection}}{\void}
Destructor frees the ressources.
\membersection{wxCriticalSection::Enter}\label{wxcriticalsectionenter}
\func{}{\destruct{wxCriticalSection}}{\void}
Destructor frees the ressources.
\membersection{wxCriticalSection::Enter}\label{wxcriticalsectionenter}
\func{void }{Enter}{\void}
Enter the critical section (same as locking a mutex). There is no error return
\func{void }{Enter}{\void}
Enter the critical section (same as locking a mutex). There is no error return
data the thread running in critical section may safely use/modify it.
\membersection{wxCriticalSection::Leave}\label{wxcriticalsectionleave}
data the thread running in critical section may safely use/modify it.
\membersection{wxCriticalSection::Leave}\label{wxcriticalsectionleave}
\func{void }{Leave}{\void}
Leave the critical section allowing other threads use the global data protected
by it. There is no error return for this function.
\func{void }{Leave}{\void}
Leave the critical section allowing other threads use the global data protected
by it. There is no error return for this function.
-\helpref{wxCriticalSection}{wxcriticalsection},
+\helpref{wxCriticalSection}{wxcriticalsection},
\helpref{wxMutexLocker}{wxmutexlocker}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxCriticalSectionLocker::wxCriticalSectionLocker}\label{wxcriticalsectionlockerctor}
\helpref{wxMutexLocker}{wxmutexlocker}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxCriticalSectionLocker::wxCriticalSectionLocker}\label{wxcriticalsectionlockerctor}
\func{}{wxCriticalSectionLocker}{\param{wxCriticalSection *}{criticalsection}}
Constructs a wxCriticalSectionLocker object associated with given
criticalsection which must be non NULL and enters it.
\membersection{wxCriticalSectionLocker::\destruct{wxCriticalSectionLocker}}\label{wxcriticalsectionlockerdtor}
\func{}{wxCriticalSectionLocker}{\param{wxCriticalSection *}{criticalsection}}
Constructs a wxCriticalSectionLocker object associated with given
criticalsection which must be non NULL and enters it.
\membersection{wxCriticalSectionLocker::\destruct{wxCriticalSectionLocker}}\label{wxcriticalsectionlockerdtor}
\func{}{\destruct{wxCriticalSectionLocker}}{\void}
Destuctor leaves the criticalsection.
\func{}{\destruct{wxCriticalSectionLocker}}{\void}
Destuctor leaves the criticalsection.
\func{virtual void}{OnLeave}{\void}
Called when the mouse leaves the drop target.
\func{virtual void}{OnLeave}{\void}
Called when the mouse leaves the drop target.
Checks that the condition is true, returns with the given return value if not (FAILs in debug mode).
This check is done even in release mode.
Checks that the condition is true, returns with the given return value if not (FAILs in debug mode).
This check is done even in release mode.
% ----------------------------------------------------------------------------
% Members
% ----------------------------------------------------------------------------
% ----------------------------------------------------------------------------
% Members
% ----------------------------------------------------------------------------
\latexignore{\rtfignore{\membersection{Members}}}
\membersection{wxProtocol::Reconnect}\label{wxprotoreconnect}
\latexignore{\rtfignore{\membersection{Members}}}
\membersection{wxProtocol::Reconnect}\label{wxprotoreconnect}
TRUE, if the connection is established, else FALSE.
% ----------------------------------------------------------------------------
TRUE, if the connection is established, else FALSE.
% ----------------------------------------------------------------------------
\membersection{wxProtocol::GetInputStream}\label{wxprotogetinput}
\func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
\membersection{wxProtocol::GetInputStream}\label{wxprotogetinput}
\func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
Returns the initialized stream. You will have to delete it yourself.
% ----------------------------------------------------------------------------
Returns the initialized stream. You will have to delete it yourself.
% ----------------------------------------------------------------------------
\membersection{wxProtocol::Abort}\label{wxprotoabort}
\func{bool}{Abort}{\void}
\membersection{wxProtocol::Abort}\label{wxprotoabort}
\func{bool}{Abort}{\void}
Returns TRUE, if successful, else FALSE.
% ----------------------------------------------------------------------------
Returns TRUE, if successful, else FALSE.
% ----------------------------------------------------------------------------
\membersection{wxProtocol::GetError}
\func{wxProtocolError}{GetError}{\void}
\membersection{wxProtocol::GetError}
\func{wxProtocolError}{GetError}{\void}
\twocolitem{{\bf wxPROTO\_ABRT}}{Last action aborted.}
\twocolitem{{\bf wxPROTO\_RCNCT}}{An error occured during reconnection.}
\twocolitem{{\bf wxPROTO\_STREAM}}{Someone tried to send a command during a transfer.}
\twocolitem{{\bf wxPROTO\_ABRT}}{Last action aborted.}
\twocolitem{{\bf wxPROTO\_RCNCT}}{An error occured during reconnection.}
\twocolitem{{\bf wxPROTO\_STREAM}}{Someone tried to send a command during a transfer.}
% ----------------------------------------------------------------------------
% ----------------------------------------------------------------------------
\membersection{wxProtocol::GetContentType}
\func{wxString}{GetContentType}{\void}
\membersection{wxProtocol::GetContentType}
\func{wxString}{GetContentType}{\void}
Returns the type of the content of the last opened stream. It is a mime-type.
% ----------------------------------------------------------------------------
Returns the type of the content of the last opened stream. It is a mime-type.
% ----------------------------------------------------------------------------
\membersection{wxProtocol::SetUser}
\func{void }{SetUser}{\param{const wxString\&}{ user}}
\membersection{wxProtocol::SetUser}
\func{void }{SetUser}{\param{const wxString\&}{ user}}
\section{\class{wxStreamBuffer}}\label{wxstreambuf}
\section{\class{wxStreamBuffer}}\label{wxstreambuf}
+\wxheading{Derived from}
+
+None
+
\helpref{wxStreamBase}{wxstreambase}
% ---------------------------------------------------------------------------
% Members
% ---------------------------------------------------------------------------
\helpref{wxStreamBase}{wxstreambase}
% ---------------------------------------------------------------------------
% Members
% ---------------------------------------------------------------------------
\latexignore{\rtfignore{\wxheading{Members}}}
% -----------
% ctor & dtor
% -----------
\latexignore{\rtfignore{\wxheading{Members}}}
% -----------
% ctor & dtor
% -----------
\membersection{wxStreamBuffer::wxStreamBuffer}
\membersection{wxStreamBuffer::wxStreamBuffer}
-\func{}{wxStreamBuffer}{\param{wxStreamBase&}{ stream}, \param{BufMode}{ mode}}
+
+\func{}{wxStreamBuffer}{\param{wxStreamBase\&}{ stream}, \param{BufMode}{ mode}}
Constructor, creates a new stream buffer using \it{stream} as a parent stream
and \it{mode} as the IO mode. \it{mode} can be: wxStreamBuffer::read,
Constructor, creates a new stream buffer using \it{stream} as a parent stream
and \it{mode} as the IO mode. \it{mode} can be: wxStreamBuffer::read,
-wxStreamBuffer::write, wxStreamBuffer::read_write.
+wxStreamBuffer::write, wxStreamBuffer::read\_write.
\membersection{wxStreamBuffer::wxStreamBuffer}
\membersection{wxStreamBuffer::wxStreamBuffer}
\func{}{wxStreamBuffer}{\param{BufMode}{ mode}}
Constructor, creates a new empty stream buffer which won't flush any datas
\func{}{wxStreamBuffer}{\param{BufMode}{ mode}}
Constructor, creates a new empty stream buffer which won't flush any datas
-to a stream. \it{mode} specifies the type of the buffer (read,write,read_write).
+to a stream. \it{mode} specifies the type of the buffer (read, write, read\_write).
\membersection{wxStreamBuffer::wxStreamBuffer}
\membersection{wxStreamBuffer::wxStreamBuffer}
-\func{}{wxStreamBuffer}{\param{const wxStreamBase&}{ buffer}}
+
+\func{}{wxStreamBuffer}{\param{const wxStreamBase\&}{ buffer}}
Constructor, creates a new stream buffer from the specified stream \it{buffer}.
Constructor, creates a new stream buffer from the specified stream \it{buffer}.
-\membersection{wxStreamBuffer::~wxStreamBuffer}
+\membersection{wxStreamBuffer::\destruct{wxStreamBuffer}}
+
\func{}{\destruct{wxStreamBuffer}}
Destructor, destroys the stream buffer.
\func{}{\destruct{wxStreamBuffer}}
Destructor, destroys the stream buffer.
% -----------
% Filtered IO
% -----------
% -----------
% Filtered IO
% -----------
\membersection{wxStreamBuffer::Read}\label{wxstreambufread}
\membersection{wxStreamBuffer::Read}\label{wxstreambufread}
-\func{size_t}{Read}{\param{void *}{buffer}, \param{size_t }{size}}
+
+\func{size\_t}{Read}{\param{void *}{buffer}, \param{size\_t }{size}}
Reads a block of the specified \it{size} and stores datas in \it{buffer}.
\wxheading{Return value}
Reads a block of the specified \it{size} and stores datas in \it{buffer}.
\wxheading{Return value}
-It returns the real read size. If returned size is different of the specified
-\it{size}, an error occured and should be tested using
+It returns the real read size. If returned size is different of the specified
+\it{size}, an error occured and should be tested using
\helpref{GetError}{wxstreambasegeterror}.
\membersection{wxStreamBuffer::Read}\label{wxstreambufreadbuf}
\helpref{GetError}{wxstreambasegeterror}.
\membersection{wxStreamBuffer::Read}\label{wxstreambufreadbuf}
-\func{size_t}{Read}{\param{wxStreamBuffer *}{buffer}}
+
+\func{size\_t}{Read}{\param{wxStreamBuffer *}{buffer}}
Reads a \it{buffer}. The function returns when \it{buffer} is full or
when there aren't datas anymore in the current buffer.
\membersection{wxStreamBuffer::Write}
Reads a \it{buffer}. The function returns when \it{buffer} is full or
when there aren't datas anymore in the current buffer.
\membersection{wxStreamBuffer::Write}
-\func{size_t}{Write}{\param{const void *}{buffer}, \param{size_t }{size}}
+
+\func{size\_t}{Write}{\param{const void *}{buffer}, \param{size\_t }{size}}
Writes a block of the specified \it{size} using datas of \it{buffer}.
\membersection{wxStreamBuffer::Write}
Writes a block of the specified \it{size} using datas of \it{buffer}.
\membersection{wxStreamBuffer::Write}
-\func{size_t}{Write}{\param{wxStreamBuffer *}{buffer}}
+
+\func{size\_t}{Write}{\param{wxStreamBuffer *}{buffer}}
See \helpref{Read}{wxstreambufreadbuf}
\membersection{wxStreamBuffer::WriteBack}
See \helpref{Read}{wxstreambufreadbuf}
\membersection{wxStreamBuffer::WriteBack}
-\func{size_t}{WriteBack}{\param{const char *}{buffer}, \param{size_t}{ size}}
+
+\func{size\_t}{WriteBack}{\param{const char *}{buffer}, \param{size\_t}{ size}}
This function is only useful in ``read'' mode. It puts the specified \it{buffer}
in the input queue of the stream buf. By this way, the next
\helpref{Read}{wxstreambufread} call will first use these datas.
\membersection{wxStreamBuffer::WriteBack}
This function is only useful in ``read'' mode. It puts the specified \it{buffer}
in the input queue of the stream buf. By this way, the next
\helpref{Read}{wxstreambufread} call will first use these datas.
\membersection{wxStreamBuffer::WriteBack}
-\func{size_t}{WriteBack}{\param{char }{c}}
+
+\func{size\_t}{WriteBack}{\param{char }{c}}
As for the previous function, it puts the specified byte in the input queue of the
stream buffer.
\membersection{wxStreamBuffer::GetChar}
As for the previous function, it puts the specified byte in the input queue of the
stream buffer.
\membersection{wxStreamBuffer::GetChar}
\func{char}{GetChar}{\void}
Gets a single char from the stream buffer.
\membersection{wxStreamBuffer::PutChar}
\func{char}{GetChar}{\void}
Gets a single char from the stream buffer.
\membersection{wxStreamBuffer::PutChar}
\func{void}{PutChar}{\param{char }{c}}
Puts a single char to the stream buffer.
\membersection{wxStreamBuffer::Tell}
\func{void}{PutChar}{\param{char }{c}}
Puts a single char to the stream buffer.
\membersection{wxStreamBuffer::Tell}
-\constfunc{off_t}{Tell}{\void}
+
+\constfunc{off\_t}{Tell}{\void}
Gets the current position in the \it{stream}.
\membersection{wxStreamBuffer::Seek}
Gets the current position in the \it{stream}.
\membersection{wxStreamBuffer::Seek}
-\func{off_t}{Seek}{\param{off_t }{pos}, \param{wxSeekMode }{mode}}
+
+\func{off\_t}{Seek}{\param{off\_t }{pos}, \param{wxSeekMode }{mode}}
Changes the current position. (TODO)
% --------------
% Buffer control
% --------------
Changes the current position. (TODO)
% --------------
% Buffer control
% --------------
\membersection{wxStreamBuffer::ResetBuffer}
\membersection{wxStreamBuffer::ResetBuffer}
\func{void}{ResetBuffer}{\void}
Frees all internal buffers and resets to initial state all variables.
\membersection{wxStreamBuffer::SetBufferIO}
\func{void}{ResetBuffer}{\void}
Frees all internal buffers and resets to initial state all variables.
\membersection{wxStreamBuffer::SetBufferIO}
- \func{void}{SetBufferIO}{\param{char *}{ buffer_start}, \param{char *}{ buffer_end}}
+
+\func{void}{SetBufferIO}{\param{char *}{ buffer\_start}, \param{char *}{ buffer\_end}}
Specifies which pointers to use for stream buffering. You need to pass a pointer on the
start of the buffer end and another on the end.
\membersection{wxStreamBuffer::SetBufferIO}
Specifies which pointers to use for stream buffering. You need to pass a pointer on the
start of the buffer end and another on the end.
\membersection{wxStreamBuffer::SetBufferIO}
-\func{void}{SetBufferIO}{\param{size_t}{ bufsize}}
+
+\func{void}{SetBufferIO}{\param{size\_t}{ bufsize}}
Changes the size of the current IO buffer.
\membersection{wxStreamBuffer::GetBufferStart}
Changes the size of the current IO buffer.
\membersection{wxStreamBuffer::GetBufferStart}
\constfunc{char *}{GetBufferStart}{\void}
Returns a pointer on the start of the stream buffer.
\membersection{wxStreamBuffer::GetBufferEnd}
\constfunc{char *}{GetBufferStart}{\void}
Returns a pointer on the start of the stream buffer.
\membersection{wxStreamBuffer::GetBufferEnd}
\constfunc{char *}{GetBufferEnd}{\void}
Returns a pointer on the end of the stream buffer.
\membersection{wxStreamBuffer::GetBufferPos}
\constfunc{char *}{GetBufferEnd}{\void}
Returns a pointer on the end of the stream buffer.
\membersection{wxStreamBuffer::GetBufferPos}
\constfunc{char *}{GetBufferPos}{\void}
Returns a pointer on the current position of the stream buffer.
\membersection{wxStreamBuffer::GetIntPosition}
\constfunc{char *}{GetBufferPos}{\void}
Returns a pointer on the current position of the stream buffer.
\membersection{wxStreamBuffer::GetIntPosition}
-\constfunc{off_t}{GetIntPosition}{\void}
+
+\constfunc{off\_t}{GetIntPosition}{\void}
Returns the current position in the stream buffer.
\membersection{wxStreamBuffer::SetIntPosition}
Returns the current position in the stream buffer.
\membersection{wxStreamBuffer::SetIntPosition}
\func{void}{SetIntPosition}{\void}
Sets the current position in the stream buffer.
\membersection{wxStreamBuffer::GetLastAccess}
\func{void}{SetIntPosition}{\void}
Sets the current position in the stream buffer.
\membersection{wxStreamBuffer::GetLastAccess}
-\constfunc{size_t}{GetLastAccess}{\void}
+
+\constfunc{size\_t}{GetLastAccess}{\void}
Returns the amount of bytes read during the last IO call to the parent stream.
\membersection{wxStreamBuffer::Fixed}
Returns the amount of bytes read during the last IO call to the parent stream.
\membersection{wxStreamBuffer::Fixed}
\func{void}{Fixed}{\param{bool}{ fixed}}
\func{void}{Fixed}{\param{bool}{ fixed}}
-Toggles the fixed flag. Usually this flag is toggled at the same time that
-\it{flushable}. This flag allows (when it is false) or not (when it is true)
+Toggles the fixed flag. Usually this flag is toggled at the same time as
+\it{flushable}. This flag allows (when it is FALSE) or forbids (when it is TRUE)
the stream buffer to resize dynamically the IO buffer.
\membersection{wxStreamBuffer::Flushable}
the stream buffer to resize dynamically the IO buffer.
\membersection{wxStreamBuffer::Flushable}
\func{void}{Flushable}{\param{bool}{ flushable}}
Toggles the flushable flag. If \it{flushable} is disabled, no datas are sent
to the parent stream.
\membersection{wxStreamBuffer::FlushBuffer}
\func{void}{Flushable}{\param{bool}{ flushable}}
Toggles the flushable flag. If \it{flushable} is disabled, no datas are sent
to the parent stream.
\membersection{wxStreamBuffer::FlushBuffer}
\func{bool}{FlushBuffer}{\void}
Flushes the IO buffer.
\membersection{wxStreamBuffer::FillBuffer}
\func{bool}{FlushBuffer}{\void}
Flushes the IO buffer.
\membersection{wxStreamBuffer::FillBuffer}
\func{bool}{FillBuffer}{\void}
Fill the IO buffer.
\membersection{wxStreamBuffer::GetDataLeft}
\func{bool}{FillBuffer}{\void}
Fill the IO buffer.
\membersection{wxStreamBuffer::GetDataLeft}
-\func{size_t}{GetDataLeft}{\void}
+
+\func{size\_t}{GetDataLeft}{\void}
Returns the amount of available datas in the buffer.
% --------------
% Administration
% --------------
Returns the amount of available datas in the buffer.
% --------------
% Administration
% --------------
\membersection{wxStreamBuffer::Stream}
\membersection{wxStreamBuffer::Stream}
\func{wxStreamBase *}{Stream}{\void}
Returns the stream parent of the stream buffer.
\func{wxStreamBase *}{Stream}{\void}
Returns the stream parent of the stream buffer.
-% automatically generated by HelpGen from textfile.tex at 10/Jan/99 18:47:37
\section{\class{wxTextFile}}\label{wxtextfile}
The wxTextFile is a simple class which allows to work with text files on line by
\section{\class{wxTextFile}}\label{wxtextfile}
The wxTextFile is a simple class which allows to work with text files on line by
termination type if you wish.
\end{itemize}
termination type if you wish.
\end{itemize}
-\wxheading{See also:}
-
-\helpref{wxFile}{wxfile}
-
\wxheading{Derived from}
No base class
\wxheading{Derived from}
No base class
wxTextFileType_Unix, // line is terminated with 'LF' = 0xA = 10 = '\n'
wxTextFileType_Dos, // 'CR' 'LF'
wxTextFileType_Mac // 'CR' = 0xD = 13 = '\r'
wxTextFileType_Unix, // line is terminated with 'LF' = 0xA = 10 = '\n'
wxTextFileType_Dos, // 'CR' 'LF'
wxTextFileType_Mac // 'CR' = 0xD = 13 = '\r'
+\wxheading{See also}
+
+\helpref{wxFile}{wxfile}
+
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxTextFile::wxTextFile}\label{wxtextfilectordef}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxTextFile::wxTextFile}\label{wxtextfilectordef}
\constfunc{}{wxTextFile}{\void}
Default constructor, use Open(string) to initialize the object.
\constfunc{}{wxTextFile}{\void}
Default constructor, use Open(string) to initialize the object.
\section{File classes and functions overview}\label{wxfileoverview}
\section{File classes and functions overview}\label{wxfileoverview}
-Classes: \helpref{wxFile}{wxfile}\\
-\helpref{wxTempFile}{wxtempfile}\\
+Classes: \helpref{wxFile}{wxfile}, \helpref{wxTempFile}{wxtempfile},
\helpref{wxTextFile}{wxtextfile}
Functions: see \helpref{file functions}{filefunctions}.
\helpref{wxTextFile}{wxtextfile}
Functions: see \helpref{file functions}{filefunctions}.
and program source files. It can be also used to work with files with "non
native" line termination characters and write them as "native" files if needed
(in fact, the files may be written in any format).
and program source files. It can be also used to work with files with "non
native" line termination characters and write them as "native" files if needed
(in fact, the files may be written in any format).
\section{Multithreading overview}\label{wxthreadoverview}
\section{Multithreading overview}\label{wxthreadoverview}
-Classes: \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex},
-\helpref{wxCriticalSection}{wxcriticalsection},
+Classes: \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex},
+\helpref{wxCriticalSection}{wxcriticalsection},
\helpref{wxCondition}{wxcondition}
TODO
\helpref{wxCondition}{wxcondition}
TODO
\wxheading{Return value}
Return TRUE to accept the data, FALSE to veto the operation.
\wxheading{Return value}
Return TRUE to accept the data, FALSE to veto the operation.
-\helpref{wxInputStream}{wxinputstream}
+%\helpref{wxInputStream}{wxinputstream}
+wxInputStream
\helpref{wxPaintDC}{wxpaintdc},\rtfsp
\helpref{Event handling overview}{eventhandlingoverview}
\helpref{wxPaintDC}{wxpaintdc},\rtfsp
\helpref{Event handling overview}{eventhandlingoverview}
+\membersection{wxWindow::OnScroll}\label{wxwindowonscroll}
+
\func{void}{OnScroll}{\param{wxScrollEvent\& }{event}}
Called when a scroll event is received from one of the window's built-in scrollbars.
\func{void}{OnScroll}{\param{wxScrollEvent\& }{event}}
Called when a scroll event is received from one of the window's built-in scrollbars.
// This is to foil optimizations in Visual C++ that
// throw out dummy.obj.
// This is to foil optimizations in Visual C++ that
// throw out dummy.obj.
-// #if (_MSC_VER >= 800) && !defined(WXMAKINGDLL)
-#if defined(_MSC_VER) && defined(__WIN16__) && !defined(WXMAKINGDLL)
+#if defined(_MSC_VER) && !defined(WXMAKINGDLL)
extern char wxDummyChar;
if (wxDummyChar) wxDummyChar++;
#endif
extern char wxDummyChar;
if (wxDummyChar) wxDummyChar++;
#endif
// Foils optimizations in Visual C++ (see also app.cpp). Without it,
// dummy.obj isn't linked and we get a linker error.
// Foils optimizations in Visual C++ (see also app.cpp). Without it,
// dummy.obj isn't linked and we get a linker error.
-#if defined(_MSC_VER) && defined(__WIN16__)
char wxDummyChar=0;
#endif
char wxDummyChar=0;
#endif