NCBI C++ ToolKit
|
Defines some MS Windows specifics for our "C" code. More...
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | NOMINMAX |
#define | Beep Beep |
Avoid a silly name clash between MS-Win and NCBI C Toolkit headers. More... | |
Defines some MS Windows specifics for our "C" code.
Use this header in the place of <windows.h> when compiling "C" code.
For "C++" code, use <corelib/ncbi_os_win.hpp>.
Definition in file ncbi_os_mswin.h.
#define Beep Beep |
Avoid a silly name clash between MS-Win and NCBI C Toolkit headers.
Definition at line 62 of file ncbi_os_mswin.h.
#define NOMINMAX |
Definition at line 52 of file ncbi_os_mswin.h.